// =========================================================================== // 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 ^1s" m_AEdynObjectGoalWeightNew.kCreate; displayString -replace -value "Create ^1s" m_AEdynObjectGoalWeightNew.kCreate2; displayString -replace -value "Delete ^1s" m_AEdynObjectGoalWeightNew.kDelete; displayString -replace -value "Delete ^1s" m_AEdynObjectGoalWeightNew.kDelete2; displayString -replace -value "Goal Active" m_AEdynObjectGoalWeightNew.kGoalActive; displayString -replace -value "Goal Point Normals" m_AEdynObjectGoalWeightNew.kGoalPointNormals; displayString -replace -value "Goal Point Positions" m_AEdynObjectGoalWeightNew.kGoalPointPositions; displayString -replace -value "Goal Point TangentUs" m_AEdynObjectGoalWeightNew.kGoalPointTangentUs; displayString -replace -value "Goal Point TangentVs" m_AEdynObjectGoalWeightNew.kGoalPointTangentVs; displayString -replace -value "Goal Smoothness" m_AEdynObjectGoalWeightNew.kGoalSmoothness; displayString -replace -value "PParticle Goal Weights" m_AEdynObjectGoalWeightNew.kGoalWeightsPP;