// =========================================================================== // 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 "Basic Emission Speed Attributes" m_AEpointEmitterTemplate.kBasicEmissionSpeedAttributes; displayString -replace -value "Basic Emitter Attributes" m_AEpointEmitterTemplate.kBasicEmitterAttributes; displayString -replace -value "Distance/Direction Attributes" m_AEpointEmitterTemplate.kDistanceDirectionAttributes; displayString -replace -value "Need Parent UV (NURBS/Poly surfaces only)" m_AEpointEmitterTemplate.kNeedParent; displayString -replace -value "Use Per-Point Rates (ratePP)" m_AEpointEmitterTemplate.kPPRates; displayString -replace -value "Rate (Particles/Sec)" m_AEpointEmitterTemplate.kRate; displayString -replace -value "Texture Emission Attributes (NURBS/Poly Surfaces only)" m_AEpointEmitterTemplate.kTextureEmissionAttributes; displayString -replace -value "Volume Emitter Attributes" m_AEpointEmitterTemplate.kVolumeEmitterAttributes; displayString -replace -value "Volume Speed Attributes" m_AEpointEmitterTemplate.kVolumeSpeedAttributes;