// =========================================================================== // 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 "^1s is already a particle object or soft body. Please de-select it." m_dynCreateSoft.kAlreadyParticle; displayString -replace -value "^1s belongs to a rigid node. It cannot be converted into a soft body. Please select the original geometry shape and use the duplicate option." m_dynCreateSoft.kBelongsToRigid; displayString -replace -value "^1s: This object cannot be made soft (it has no valid geometry, or too many). Please check your selection." m_dynCreateSoft.kCannotMakeSoftBody; displayString -replace -value "Soft body command failed. You may have unwanted duplicate objects. Please delete them." m_dynCreateSoft.kCouldHaveDuplicates; displayString -replace -value "no objects which could be made soft were selected. Please select a NURBS, polygonal, wire, or lattice object which isn't already a rigid or soft body." m_dynCreateSoft.kNoObjectsToMakeSoftBody; displayString -replace -value "Cannot make original soft with rigid body. Please choose the 'make copy soft' option." m_dynCreateSoft.kUseMakeCopySoft;