// =========================================================================== // 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" m_AEspotLightTemplate.kCreate; displayString -replace -value "Create Intensity Curve" m_AEspotLightTemplate.kCreateIntensityCurve; displayString -replace -value "Decay Regions" m_AEspotLightTemplate.kDecayRegions; displayString -replace -value "Light Effects" m_AEspotLightTemplate.kLightEffects; displayString -replace -value "Light Fog" m_AEspotLightTemplate.kLightFog; displayString -replace -value "Light Shape" m_AEspotLightTemplate.kLightShape; displayString -replace -value "Region 1" m_AEspotLightTemplate.kRegionOne; displayString -replace -value "Region 3" m_AEspotLightTemplate.kRegionThree; displayString -replace -value "Region 2" m_AEspotLightTemplate.kRegionTwo; displayString -replace -value "Shadows" m_AEspotLightTemplate.kShadows; displayString -replace -value "Spot Light Attributes" m_AEspotLightTemplate.kSpotLightAttr;