// =========================================================================== // 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 "Bidirectional" m_performLightsOnCurve.kBidirectional; displayString -replace -value "Create" m_performLightsOnCurve.kCreate; displayString -replace -value "Light color:" m_performLightsOnCurve.kLightColor; displayString -replace -value "Light type:" m_performLightsOnCurve.kLightType; displayString -replace -value "Lights on Curve Options" m_performLightsOnCurve.kLightsOnCurveOptions; displayString -replace -value "Number of light points:" m_performLightsOnCurve.kNumberOfLightPoints; displayString -replace -value "Omnidirectional" m_performLightsOnCurve.kOmnidirectional; displayString -replace -value "Unidirectional" m_performLightsOnCurve.kUnidirectional;