// =========================================================================== // 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_performLightPoints.kBidirectional; displayString -replace -value "Create" m_performLightPoints.kCreate; displayString -replace -value "Distance between light points:" m_performLightPoints.kDistanceBetweenLightPoints; displayString -replace -value "Light color:" m_performLightPoints.kLightColor; displayString -replace -value "Light normal:" m_performLightPoints.kLightNormal; displayString -replace -value "Light Points Options" m_performLightPoints.kLightPointsOptions; displayString -replace -value "Light type:" m_performLightPoints.kLightType; displayString -replace -value "Number of light points:" m_performLightPoints.kNumberOfLightPoints; displayString -replace -value "Omnidirectional" m_performLightPoints.kOmnidirectional; displayString -replace -value "Unidirectional" m_performLightPoints.kUnidirectional;