// =========================================================================== // 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 "Auto Paint Random" m_performPaintRandom.kAutoPaintRandom; displayString -replace -value "Clip edges" m_performPaintRandom.kClipEdges; displayString -replace -value "Equalization" m_performPaintRandom.kEqualization; displayString -replace -value "Paint Strokes" m_performPaintRandom.kPaintStrokes; displayString -replace -value "Random offset:" m_performPaintRandom.kRandomOffset; displayString -replace -value "Share one brush" m_performPaintRandom.kShareOneBrush; displayString -replace -value "Sample density:" m_performPaintRandom.kSimpleDensity; displayString -replace -value "Spans U:" m_performPaintRandom.kSpansU; displayString -replace -value "Spans V:" m_performPaintRandom.kSpansV; displayString -replace -value "Stroke length:" m_performPaintRandom.kStrokeLength; displayString -replace -value "Surface offset max:" m_performPaintRandom.kSurfaceOffsetMax; displayString -replace -value "Surface offset min:" m_performPaintRandom.kSurfaceOffsetMin;