// =========================================================================== // 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 "Create" m_performMakeBrushSpring.kCreate; displayString -replace -value "Make Brush Spring Options" m_performMakeBrushSpring.kMakeBrushSpringOption; displayString -replace -value "Spring damp:" m_performMakeBrushSpring.kSpringDamp; displayString -replace -value "Spring stiffness:" m_performMakeBrushSpring.kSpringStiffness; displayString -replace -value "Spring travel:" m_performMakeBrushSpring.kSpringTravel; displayString -replace -value "Start frame:" m_performMakeBrushSpring.kStartFrame;