// =========================================================================== // 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 "Brush Animation Looping Options" m_performLoopBrushAnim.kBrushAnimationLoopingOptions; displayString -replace -value "Cycle frames:" m_performLoopBrushAnim.kCycleFrames; displayString -replace -value "Flow speedmult:" m_performLoopBrushAnim.kFlowSpeedMult; displayString -replace -value "Loop" m_performLoopBrushAnim.kLoop; displayString -replace -value "Turbulence speedmult:" m_performLoopBrushAnim.kTurbulenceSpeedMult;