// =========================================================================== // 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 "At least one object must be selected to create flow; flow was not created." m_performDynamicsClipEffects.kAtLeastOneObjectFlow; displayString -replace -value "At least one object must be selected to create shatter; shatter was not created." m_performDynamicsClipEffects.kAtLeastOneObjectShatter; displayString -replace -value "At least two transforms must be selected to create lightning; lighting was not created." m_performDynamicsClipEffects.kAtLeastTwoTransforms; displayString -replace -value "The clip effect requested does not exist." m_performDynamicsClipEffects.kClipEffectRequested; displayString -replace -value "Create" m_performDynamicsClipEffects.kCreate; displayString -replace -value "Create Surface Flow Effect Options" m_performDynamicsClipEffects.kCreateSurfaceOptionTitle; displayString -replace -value "Delete" m_performDynamicsClipEffects.kDelete; displayString -replace -value "Delete Surface Flow Effect Options" m_performDynamicsClipEffects.kDeleteSurfaceOptionTitle; displayString -replace -value "Create Fire Effect Options" m_performDynamicsClipEffects.kFireOptionTitle; displayString -replace -value "Create Fireworks Effect Options" m_performDynamicsClipEffects.kFireworksOptionTitle; displayString -replace -value "Create Flow Effect Options" m_performDynamicsClipEffects.kFlowOptionTitle; displayString -replace -value "For spriteSmoke only one object may be selected to add an emitter to; spriteSmoke was not created." m_performDynamicsClipEffects.kForSpriteSmoke; displayString -replace -value "Requested name \"^1s\" contains multibyte characters" m_performDynamicsClipEffects.kInvalidName; displayString -replace -value "Create Lightning Effect Options" m_performDynamicsClipEffects.kLightningOptionTitle; displayString -replace -value "Create Melt Effect Options" m_performDynamicsClipEffects.kMeltOptionTitle; displayString -replace -value "Create Shatter Effect Options" m_performDynamicsClipEffects.kShatterOptionTitle; displayString -replace -value "Create Smoke Effect Options" m_performDynamicsClipEffects.kSmokeOptionTitle;