|
This is the Collection of Ncloth Menus for Using Again and Again....................!
Just It’s a Script… Copy and Paste it in the Script Editer and Drag and Drop on the Shelf and then go to Shelf Editer Choose this Script Change the given Image Please Download the BMP Image to View in Shelf Identicly and Now Click Enjoy!
Thankyou
string $ncloth_Window;
$ncloth_Window=`window -title “Ncloth” -menuBar true -width 200`;
menu -label “Ncloth” -tearOff true -allowOptionBoxes true;
string $scrollLayout = `scrollLayout
-horizontalScrollBarThickness 16
-verticalScrollBarThickness 16`;
columnLayout;
menuItem -label “Open File” -command “OpenScene”;
menuItem -label “New File” -command “file -f -new”;
menuItem -label “Save File” -command “SaveScene”;
menuItem -divider true;
menuItem -label “nCloth” -command “if (`menuSet -q -exists nClothMenuSet`) { hotBox -do; setMenuMode nClothMenuSet; updateHotboxOptionVarSettings();}”;
menuItem -label “Create nCloth” -command “nClothCreate”;
menuItem -optionBox true -command “nClothCreateOptions”;
menuItem -label “Create Passive” -command “nClothMakeCollide”;
menuItem -optionBox true -command “nClothMakeCollideOptions”;
menuItem -label “Remove nCloth” -command “nClothRemove”;
menuItem -divider true;
menuItem -label “Display Input Mesh” -command “displayNClothMesh input”;
menuItem -label “Display Current Mesh” -command “displayNClothMesh current”;
menuItem -label “Set From Current” -command “setNClothStartState”;
menuItem -label “Set From Mesh” -command “setNClothStartFromMesh”;
menuItem -divider true;
menuItem -label “Relax InitialState” -command “RelaxInitialState”;
menuItem -optionBox true -command “RelaxInitialStateOptions”;
menuItem -label “Clear Initial State” -command “clearNClothStartState”;
menuItem -label “Transform” -command “performCreateDynamicConstraint 0 transform”;
menuItem -optionBox true -command “performCreateDynamicConstraint 1 transform”;
menuItem -label “Point To Surface” -command “ “;
menuItem -optionBox true -command “performCreateDynamicConstraint 1 pointToSurface”;
menuItem -divider true;
menuItem -label “Air Field” -command “Air “;
menuItem -optionBox true -command “AirOptions”;
menuItem -label “Drag Field” -command “Drag “ ;
menuItem -optionBox true -command “DragOptions”;
menuItem -label “Gravity” -command “Gravity “;
menuItem -optionBox true -command “GravityOptions”;
menuItem -label “Newton” -command “Newton “;
menuItem -optionBox true -command “NewtonOptions”;
menuItem -label “Radial” -command"Radial “;
menuItem -optionBox true -command “RadialOptions”;
menuItem -label “Turbulence” -command “Turbulence “;
menuItem -optionBox true -command “TurbulenceOptions”;
menuItem -label “Unoform” -command “Uniform “;
menuItem -optionBox true -command “UniformOptions”;
menuItem -label “Vortex” -command “Vortex “;
menuItem -optionBox true -command “VortexOptions”;
menuItem -label “VolumeAxis” -command “VolumeAxis “;
menuItem -optionBox true -command “VolumeAxisOptions”;
menuItem -divider true;
menuItem -label “Delete History” -command “DeleteHistory”;
menuItem -label “Delete nCloth History” -command “DeleteAllNCloths”;
menuItem -label “Freeze Tronsform” -command “FreezeTransformations”;
menuItem -label “Center Pivot” -command “CenterPivot”;
menuItem -label “Sculpt Geometry Tool” -command “SculptGeometryTool “;
menuItem -optionBox true -command “SculptGeometryToolOptions”;
menuItem -divider true;
menuItem -label “PlaybackOptions” -command “playbackOptions -e -min 0 -max 500”;
menuItem -label “Playback Options For Interactive” -command “playbackOptions -e -min 0 -max 5000”;
menuItem -label “Interactive Playback” -command “InteractivePlayback”;
menuItem -divider true;
menuItem -label “Select Members” -command “dynamicConstraintMembership select”;
menuItem -label “Add Members” -command “dynamicConstraintMembership add”;
menuItem -label “Remove Members” -command “dynamicConstraintMembership remove”;
menuItem -divider true;
menuItem -label “Create New Cache” -command “nClothCache “;
menuItem -optionBox true -command “nClothCacheOpt”;
menuItem -label “Delete Cache” -command “deleteNclothCache “;
menuItem -optionBox true -command “nClothDeleteCacheOpt”;
menuItem -label “Replace Cache” -command “nClothReplaceCache”;
menuItem -optionBox true -command “nClothReplaceCacheOpt”;
menuItem -label “Merge Caches” -command “nClothMergeCache “;
menuItem -optionBox true -command “nClothMergeCacheOpt”;
menuItem -label “Delete Cache Frame” -command “nClothDeleteCacheFrames “;
menuItem -optionBox true -command “nClothDeleteCacheFramesOpt”;
menuItem -label “Paint Cache Weights Tool” -command “PaintCacheTool “;
menuItem -optionBox true -command “PaintCacheToolOptions”;
showWindow $ncloth_Window;
Chandru
|
|
|