// =========================================================================== // 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 "nCloth Texture Maps" m_createPaintingMenuItems.kNClothPaintTexture; displayString -replace -value "Paint nCloth properties using a texture map" m_createPaintingMenuItems.kNClothPaintTextureAnnot; displayString -replace -value "Paint nCloth properties using a per-vertex map" m_createPaintingMenuItems.kNClothPaintVertexAnnot; displayString -replace -value "nCloth Vertex Maps" m_createPaintingMenuItems.kNClothPaintVtx; displayString -replace -value "nRigid Texture Maps" m_createPaintingMenuItems.kNRigidPaintTexture; displayString -replace -value "Paint nRigid mappable properties using a texture map" m_createPaintingMenuItems.kNRigidPaintTextureAnnot; displayString -replace -value "Paint nRigid mappable properties using a per-vertex map" m_createPaintingMenuItems.kNRigidPaintVertexAnnot; displayString -replace -value "nRigid Vertex Maps" m_createPaintingMenuItems.kNRigidPaintVtx; displayString -replace -value "Cache Weights" m_createPaintingMenuItems.kPaintCache;