// =========================================================================== // 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 "Baking shading for ^1s. May take a few minutes" m_bakeFluidShading.kBakeMsg; displayString -replace -value "Bake fluid target and source must both be either 2d or 3d\n" m_bakeFluidShading.kInvalidBakeTarget; displayString -replace -value "Error.. no transforms on fluids\n" m_bakeFluidShading.kMissingTransformErr; displayString -replace -value "No fluid shapes selected for bake\n" m_bakeFluidShading.kNoFluidsSelected; displayString -replace -value "Baked fluid resolution too high. Use a lower factor.\n" m_bakeFluidShading.kResolutionTooHigh;