// =========================================================================== // 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 "^1s does not exist." m_spriteSmoke.kEmitterNotExist; displayString -replace -value "An object that cannot own an emitter was in the active list, so the smoke effect was not created.\nDeselect all objects or select an object than can own an emitter and try again." m_spriteSmoke.kObjectCannotOwnEmitter; displayString -replace -value "A sprite file must be specified as the Sprite Image Name in the options box. A default set of images and Readme.txt file of instructions are on the Maya documentation, lessons, extras CD in the directory Gifts/smoke." m_spriteSmoke.kSpriteFileMissing; displayString -replace -value "For spriteSmoke only one object may be selected to add an emitter to; sprite smoke effect was not created." m_spriteSmoke.kSpriteSomkeOnlyOne; displayString -replace -value "^1s does not exist." m_spriteSmoke.kTurbNotExist;