// =========================================================================== // 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 "Insert a central vertex to split a face." m_performPolyPoke.kDescription; displayString -replace -value "Description" m_performPolyPoke.kDescriptionFrame; displayString -replace -value "Local" m_performPolyPoke.kObjectSpace; displayString -replace -value "Poke Face" m_performPolyPoke.kPokeFaceButton; displayString -replace -value "Poke Face Options" m_performPolyPoke.kPokeFaceOptions; displayString -replace -value "Settings" m_performPolyPoke.kSettingsFrame; displayString -replace -value "Offset space:" m_performPolyPoke.kThresholdDistance; displayString -replace -value "Vertex offset:" m_performPolyPoke.kVertexOffset; displayString -replace -value "World (ignore scaling on objects)" m_performPolyPoke.kWorldSpace;