// =========================================================================== // 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 "Bear" m_shelf_Fur.kBear; displayString -replace -value "Bear: Apply the bear fur preset to the selected object(s)" m_shelf_Fur.kBearAnnot; displayString -replace -value "Bison" m_shelf_Fur.kBison; displayString -replace -value "Bison: Apply the bison fur preset to the selected object(s)" m_shelf_Fur.kBisonAnnot; displayString -replace -value "Calico Cat" m_shelf_Fur.kCalicoCat; displayString -replace -value "Calico Cat: Apply the calico cat fur preset to the selected object(s)" m_shelf_Fur.kCalicoCatAnnot; displayString -replace -value "Dreadlocks" m_shelf_Fur.kDreadlocks; displayString -replace -value "Dreadlocks: Apply the dreadlocks fur preset to the selected object(s)" m_shelf_Fur.kDreadlocksAnnot; displayString -replace -value "Duckling" m_shelf_Fur.kDuckling; displayString -replace -value "Duckling: Apply the duckling fur preset to the selected object(s)" m_shelf_Fur.kDucklingAnnot; displayString -replace -value "Gorilla" m_shelf_Fur.kGorilla; displayString -replace -value "Gorilla: Apply the gorilla fur preset to the selected object(s)" m_shelf_Fur.kGorillaAnnot; displayString -replace -value "Grass" m_shelf_Fur.kGrass; displayString -replace -value "Grass: Apply the grass fur preset to the selected object(s)" m_shelf_Fur.kGrassAnnot; displayString -replace -value "Lion Mane" m_shelf_Fur.kLionMane; displayString -replace -value "Lion Mane: Apply the lion mane fur preset to the selected object(s)" m_shelf_Fur.kLionManeAnnot; displayString -replace -value "Llama" m_shelf_Fur.kLlama; displayString -replace -value "Llama: Apply the llama fur preset to the selected object(s)" m_shelf_Fur.kLlamaAnnot; displayString -replace -value "Mouse" m_shelf_Fur.kMouse; displayString -replace -value "Mouse: Apply the mouse fur preset to the selected object(s)" m_shelf_Fur.kMouseAnnot; displayString -replace -value "Polar Bear" m_shelf_Fur.kPolarBear; displayString -replace -value "Polar Bear: Apply the polar bear fur preset to the selected object(s)" m_shelf_Fur.kPolarBearAnnot; displayString -replace -value "Porcupine" m_shelf_Fur.kPorcupine; displayString -replace -value "Porcupine: Apply the porcupine fur preset to the selected object(s)" m_shelf_Fur.kPorcupineAnnot; displayString -replace -value "Punk" m_shelf_Fur.kPunk; displayString -replace -value "Punk: Apply the punk fur preset to the selected object(s)" m_shelf_Fur.kPunkAnnot; displayString -replace -value "Raccoon" m_shelf_Fur.kRaccoon; displayString -replace -value "Raccoon: Apply the raccoon fur preset to the selected object(s)" m_shelf_Fur.kRaccoonAnnot; displayString -replace -value "Sheep" m_shelf_Fur.kSheep; displayString -replace -value "Sheep: Apply the sheep fur preset to the selected object(s)" m_shelf_Fur.kSheepAnnot; displayString -replace -value "Squirrel" m_shelf_Fur.kSquirrel; displayString -replace -value "Squirrel: Apply the squirrel fur preset to the selected object(s)" m_shelf_Fur.kSquirrelAnnot; displayString -replace -value "Wet Labrador" m_shelf_Fur.kWetLabrador; displayString -replace -value "Wet Labrador: Apply the wet labrador fur preset to the selected object(s)" m_shelf_Fur.kWetLabradorAnnot; displayString -replace -value "Wet Otter" m_shelf_Fur.kWetOtter; displayString -replace -value "Wet Otter: Apply the wet otter fur preset to the selected object(s)" m_shelf_Fur.kWetOtterAnnot;