// =========================================================================== // 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 "Create Light Points" m_openFlightCreateUI.kCreateLightPoints; displayString -replace -value "Create a set of light points on the grid" m_openFlightCreateUI.kCreateLightPointsAnnot; displayString -replace -value "Create Lights on Curve" m_openFlightCreateUI.kCreateLightsOnCurve; displayString -replace -value "Create a set of light points along the selected curve" m_openFlightCreateUI.kCreateLightsOnCurveAnnot; displayString -replace -value "Edit Light Point Colors" m_openFlightCreateUI.kEditLightPointColors; displayString -replace -value "Edit Light Point Normals" m_openFlightCreateUI.kEditLightPointNormals; displayString -replace -value "Light points options" m_openFlightCreateUI.kLightPointsOptionsAnnot; displayString -replace -value "Lights on curve options" m_openFlightCreateUI.kLightsOnCurveOptionsAnnot; displayString -replace -value "OpenFlight" m_openFlightCreateUI.kOpenFlight;