// =========================================================================== // 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 "Strength:" m_Unfold3DBrushProperties.kBrushPressure; displayString -replace -value "Size:" m_Unfold3DBrushProperties.kBrushSize; displayString -replace -value "Mode:" m_Unfold3DBrushProperties.kMode; displayString -replace -value "Optimize" m_Unfold3DBrushProperties.kOptimizeMode; displayString -replace -value "Adjust brush size (b + drag left/right or MMB-drag left/right)" m_Unfold3DBrushProperties.kSizeAnnotation; displayString -replace -value "Surface Angle:" m_Unfold3DBrushProperties.kSrfAngle; displayString -replace -value "Adjust brush strength (m + drag up/down or MMB-drag up/down)" m_Unfold3DBrushProperties.kStrengthAnnotation; displayString -replace -value "Control the strength of the surface and angular optimization, minimizing stretching and angular errors in your UV map" m_Unfold3DBrushProperties.kSurfaceAngleAnnotation; displayString -replace -value "Brush" m_Unfold3DBrushProperties.kU3DBrushOpotions; displayString -replace -value "Unfold" m_Unfold3DBrushProperties.kUnfoldMode;