// =========================================================================== // 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 "Writing image filenames as absolute pathnames\n" m_botifyAll.kAbsolute; displayString -replace -value "**** END BOTIFYALL ****\n" m_botifyAll.kBOTallEnd; displayString -replace -value "BOTIFYALL SUMMARY:\n" m_botifyAll.kBOTallSumary; displayString -replace -value "\n**** EXECUTING BOTIFYALL ****\n" m_botifyAll.kExecAll; displayString -replace -value "Executing ^1s\n" m_botifyAll.kExecuting; displayString -replace -value "file ^1s\n" m_botifyAll.kFile; displayString -replace -value "Forcing regeneration of all BOT files\n" m_botifyAll.kForceAll; displayString -replace -value "Generating BOT file for ^1s\n" m_botifyAll.kGeneratingBOT; displayString -replace -value "Only converting files of resolution greater than ^1s pixels^2\n" m_botifyAll.kGreaterRes; displayString -replace -value "Only generating BOT files if source image is newer\n" m_botifyAll.kNotForceAll; displayString -replace -value " ^1s file texture nodes\n" m_botifyAll.kNumTexture; displayString -replace -value "Outputting BOT files to directory ^1s\n" m_botifyAll.kOutputDir; displayString -replace -value "\n----PROCESSING ^1s:\n" m_botifyAll.kProcessing; displayString -replace -value "Writing image filenames as relative pathnames\n" m_botifyAll.kRelative; displayString -replace -value "RESULT FILE = ^1s\n" m_botifyAll.kResultFile; displayString -replace -value "Outputting BOT files to same directory as source images\n" m_botifyAll.kSameDir; displayString -replace -value "Verbose mode.\n" m_botifyAll.kVerbose;