// =========================================================================== // 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 "azimuth" m_paintEffectsProperties.kAzimuth; displayString -replace -value "color" m_paintEffectsProperties.kColor; displayString -replace -value "curl" m_paintEffectsProperties.kCurl; displayString -replace -value "Display quality:" m_paintEffectsProperties.kDisplayQuality; displayString -replace -value "Draw as mesh" m_paintEffectsProperties.kDrawAsMesh; displayString -replace -value "elevation" m_paintEffectsProperties.kElevation; displayString -replace -value "glow spread" m_paintEffectsProperties.kGlowSpread; displayString -replace -value "incandescence" m_paintEffectsProperties.kIncandescence; displayString -replace -value "noise" m_paintEffectsProperties.kNoise; displayString -replace -value "num leaves" m_paintEffectsProperties.kNumLeaves; displayString -replace -value "num petals" m_paintEffectsProperties.kNumPetals; displayString -replace -value "num twigs" m_paintEffectsProperties.kNumTwigs; displayString -replace -value "off" m_paintEffectsProperties.kOff; displayString -replace -value "Paint at depth" m_paintEffectsProperties.kPaintAtDepth; displayString -replace -value "path attract" m_paintEffectsProperties.kPathAttract; displayString -replace -value "path follow" m_paintEffectsProperties.kPathFollow; displayString -replace -value "Pressure map 1:" m_paintEffectsProperties.kPressureMapping1; displayString -replace -value "Pressure map 2:" m_paintEffectsProperties.kPressureMapping2; displayString -replace -value "Pressure map 3:" m_paintEffectsProperties.kPressureMapping3; displayString -replace -value "Pressure max 1:" m_paintEffectsProperties.kPressureMax1; displayString -replace -value "Pressure max 2:" m_paintEffectsProperties.kPressureMax2; displayString -replace -value "Pressure max 3:" m_paintEffectsProperties.kPressureMax3; displayString -replace -value "Pressure min 1:" m_paintEffectsProperties.kPressureMin1; displayString -replace -value "Pressure min 2:" m_paintEffectsProperties.kPressureMin2; displayString -replace -value "Pressure min 3:" m_paintEffectsProperties.kPressureMin3; displayString -replace -value "random" m_paintEffectsProperties.kRandom; displayString -replace -value "scale" m_paintEffectsProperties.kScale; displayString -replace -value "softness" m_paintEffectsProperties.kSoftness; displayString -replace -value "Stroke Settings" m_paintEffectsProperties.kStrokeSettings; displayString -replace -value "surface offset" m_paintEffectsProperties.kSurfaceOffset; displayString -replace -value "Surface offset:" m_paintEffectsProperties.kSurfaceOffsetText; displayString -replace -value "transparency" m_paintEffectsProperties.kTransparency; displayString -replace -value "tube length" m_paintEffectsProperties.kTubeLength; displayString -replace -value "tube width" m_paintEffectsProperties.kTubeWidth; displayString -replace -value "tubes per step" m_paintEffectsProperties.kTubesPerStep; displayString -replace -value "turbulence" m_paintEffectsProperties.kTurbulence; displayString -replace -value "width" m_paintEffectsProperties.kWidth; displayString -replace -value "wiggle" m_paintEffectsProperties.kWiggle;