// =========================================================================== // 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 "Cast shadows" m_performAreaLight.kCastShadows; displayString -replace -value "Color:" m_performAreaLight.kColor; displayString -replace -value "Create" m_performAreaLight.kCreate; displayString -replace -value "Create Area Light Options" m_performAreaLight.kCreateAreaLightOptions; displayString -replace -value "Cubic" m_performAreaLight.kCubic; displayString -replace -value "Decay rate:" m_performAreaLight.kDecayRate; displayString -replace -value "Intensity:" m_performAreaLight.kIntensity; displayString -replace -value "Interactive placement" m_performAreaLight.kInteractivePlacement; displayString -replace -value "Linear" m_performAreaLight.kLinear; displayString -replace -value "None" m_performAreaLight.kNone; displayString -replace -value "Quadratic" m_performAreaLight.kQuadratic; displayString -replace -value "Shadow color:" m_performAreaLight.kShadowColor;