// =========================================================================== // 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 "Blending:" m_stitchSrfProperties.kBlending; displayString -replace -value "Cascade stitch nodes" m_stitchSrfProperties.kCascade; displayString -replace -value "Position" m_stitchSrfProperties.kPosition; displayString -replace -value "Samples along edge:" m_stitchSrfProperties.kSamples; displayString -replace -value "Stitch Settings" m_stitchSrfProperties.kStitchSettings; displayString -replace -value "Tangent" m_stitchSrfProperties.kTangent; displayString -replace -value "Weighting on edge1:" m_stitchSrfProperties.kWeightingonEdge1; displayString -replace -value "Weighting on edge2:" m_stitchSrfProperties.kWeightingonEdge2;