// =========================================================================== // 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 "Alpha Weight" m_AEblendColorSetsTemplate.kAlphaWeight; displayString -replace -value "Base Color Set" m_AEblendColorSetsTemplate.kBaseColorSet; displayString -replace -value "Blend Color Set" m_AEblendColorSetsTemplate.kBlendColorSet; displayString -replace -value "Blend Style" m_AEblendColorSetsTemplate.kBlendStyle; displayString -replace -value "Blending Controls" m_AEblendColorSetsTemplate.kBlendingControls; displayString -replace -value "Blue Weight" m_AEblendColorSetsTemplate.kBlueWeight; displayString -replace -value "Destination Color Set" m_AEblendColorSetsTemplate.kDestinationColorSet; displayString -replace -value "Primary (Red) Weight " m_AEblendColorSetsTemplate.kPrimaryWeight; displayString -replace -value "Secondary (Green) Weight" m_AEblendColorSetsTemplate.kSecondaryWeight; displayString -replace -value "Swap Base and Blend Sets" m_AEblendColorSetsTemplate.kSwapBaseBlendSets;