// =========================================================================== // 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 "Can't paint on paint effects nodes currently.\n" m_paintToonAttribute.kCantPaint; displayString -replace -value "\/\/ PaintToonAttribute: line offset needs to be non zero to see effect of offset map, setting to 2.0\n" m_paintToonAttribute.kLineOffset; displayString -replace -value "Paint Toon Attribute: ^1s has no objects.\n" m_paintToonAttribute.kNoObjects; displayString -replace -value "Paint Toon Attribute: no toon line selected for painting.\n" m_paintToonAttribute.kNoToonLine; displayString -replace -value "Currently can only generate a single map. Will paint on ^1s.\n" m_paintToonAttribute.kSingleMap;