// =========================================================================== // 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 "// Adding controls to the main group..." m_flowAlongCurves.kAddControl; displayString -replace -value "//\n// Applying the effect to \"^1s\"...\n//\n" m_flowAlongCurves.kApplyeffect; displayString -replace -value "// Compiling parameter expression. This may take several minutes..." m_flowAlongCurves.kCompilingParamExp; displayString -replace -value "// Compiling scaling expression. This may take several minutes..." m_flowAlongCurves.kCompilingScaleExp; displayString -replace -value "// Creating control objects..." m_flowAlongCurves.kCreateControlObj; displayString -replace -value "// Creating control segment " m_flowAlongCurves.kCreateControlSeg; displayString -replace -value "// Creating the emitter..." m_flowAlongCurves.kCreateEmitter; displayString -replace -value "// Creating goal volume around the curve..." m_flowAlongCurves.kCreateGoalVol; displayString -replace -value "// Creating the particle object...\n" m_flowAlongCurves.kCreateParticleObj; displayString -replace -value "// Done." m_flowAlongCurves.kDone; displayString -replace -value "// Grouping all of the objects together..." m_flowAlongCurves.kGroupAllObj; displayString -replace -value "The curve ^1s is an intermediate object. Not performing the effect for this curve." m_flowAlongCurves.kIntermediate; displayString -replace -value "No curves selected. Select one or more curves or the parent transforms of curves." m_flowAlongCurves.kNoCurves;