// =========================================================================== // 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 "Object, \"^1s\", does not have the attribute, \"^2s\"." m_includeEffectsGlobals.kAttrInexistant; displayString -replace -value "Breaking execution at ^1s\n" m_includeEffectsGlobals.kBreakingExecution; displayString -replace -value "Can't create decomposeMatrix node." m_includeEffectsGlobals.kCantCreateNode; displayString -replace -value "Can't load plugin node matrixNodes." m_includeEffectsGlobals.kCantLoadPlugin; displayString -replace -value "Object, \"^1s\", does not exist and cannot be marked." m_includeEffectsGlobals.kCantMark; displayString -replace -value "Object, \"^1s\", does not exist and cannot be used to mark ^2s." m_includeEffectsGlobals.kCantUse; displayString -replace -value "^1s is an underworld object. This procedure does not work for underworld objects." m_includeEffectsGlobals.kCurveUnderworld; displayString -replace -value "Cannot find a curve shape from the object \"^1s\"." m_includeEffectsGlobals.kNoCurve; displayString -replace -value "The object \"^1s\" does not exist." m_includeEffectsGlobals.kNoObject; displayString -replace -value "Cannot find the shape for the object \"^1s\"." m_includeEffectsGlobals.kNoShape; displayString -replace -value "Object, \"^1s\", does not exist." m_includeEffectsGlobals.kObjInexistant; displayString -replace -value "The object, \"^1s\", does not exist to add an attribute to." m_includeEffectsGlobals.kObjectInexistant; displayString -replace -value "Saving scene to file ^1s\n" m_includeEffectsGlobals.kSavingScene;