// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Behavior" m_AEbrushTemplate.kBehavior; displayString -replace -value " Bend" m_AEbrushTemplate.kBend; displayString -replace -value " Branches" m_AEbrushTemplate.kBranches; displayString -replace -value " Buds" m_AEbrushTemplate.kBuds; displayString -replace -value " Creation" m_AEbrushTemplate.kCreation; displayString -replace -value " Displacement" m_AEbrushTemplate.kDisplacement; displayString -replace -value "Brush Profile" m_AEbrushTemplate.kEditorBrushProfile; displayString -replace -value "Channels" m_AEbrushTemplate.kEditorChannels; displayString -replace -value "Flow Animation" m_AEbrushTemplate.kEditorFlowAnimation; displayString -replace -value "Gaps" m_AEbrushTemplate.kEditorGaps; displayString -replace -value "Glow" m_AEbrushTemplate.kEditorGlow; displayString -replace -value "Illumination" m_AEbrushTemplate.kEditorIllumination; displayString -replace -value "Mesh" m_AEbrushTemplate.kEditorMesh; displayString -replace -value "Shading" m_AEbrushTemplate.kEditorShading; displayString -replace -value "Shadow Effects" m_AEbrushTemplate.kEditorShadowEffects; displayString -replace -value "Texturing" m_AEbrushTemplate.kEditorTexturing; displayString -replace -value "Tubes" m_AEbrushTemplate.kEditorTubes; displayString -replace -value "Twist" m_AEbrushTemplate.kEditorTwist; displayString -replace -value "End time (seconds):" m_AEbrushTemplate.kEndTime; displayString -replace -value "Mesh Environment Reflections" m_AEbrushTemplate.kEnvironmentReflections; displayString -replace -value " Flowers" m_AEbrushTemplate.kFlowers; displayString -replace -value " Forces" m_AEbrushTemplate.kForces; displayString -replace -value "Frequency:" m_AEbrushTemplate.kFrequency; displayString -replace -value " Growth" m_AEbrushTemplate.kGrowth; displayString -replace -value "Image Name" m_AEbrushTemplate.kImageName; displayString -replace -value "Interpolation:" m_AEbrushTemplate.kInterpolation; displayString -replace -value " Leaves" m_AEbrushTemplate.kLeaves; displayString -replace -value " Length Mappings" m_AEbrushTemplate.kLengthMappings; displayString -replace -value "Light all streaks" m_AEbrushTemplate.kLightAllStreaks; displayString -replace -value "Diffuse Random" m_AEbrushTemplate.kMultiStreakDiffuseRand; displayString -replace -value "Specular Random" m_AEbrushTemplate.kMultiStreakSpecularRand; displayString -replace -value " Occupation Surface" m_AEbrushTemplate.kOccupation; displayString -replace -value "Open" m_AEbrushTemplate.kOpen; displayString -replace -value "Screenspace Width Control" m_AEbrushTemplate.kScreenWidth; displayString -replace -value "Shadow Transp." m_AEbrushTemplate.kShadowTransp; displayString -replace -value " Spiral" m_AEbrushTemplate.kSpiral; displayString -replace -value "Start time (seconds):" m_AEbrushTemplate.kStartTime; displayString -replace -value "Thin Line Multi Streaks" m_AEbrushTemplate.kThinLineMultistreaks; displayString -replace -value "Thorns on Mesh" m_AEbrushTemplate.kThornsOnMesh; displayString -replace -value " Tube Shading" m_AEbrushTemplate.kTubeShading; displayString -replace -value " Turbulence" m_AEbrushTemplate.kTurbulence; displayString -replace -value " Twigs" m_AEbrushTemplate.kTwigs; displayString -replace -value "Use Luminance" m_AEbrushTemplate.kUseLuminance; displayString -replace -value " User MEL Scripts" m_AEbrushTemplate.kUserMelScripts;