Installing Speed Trim Unfold¶
Step 1 - Setting up¶
-
1.Unzip the
Speed_Trim_Unfold.zipfile.2.Copy-paste the
Speed_Trim_Unfoldfolder into your\Documents\Maya\Scriptsfolder.3.Open
Maya.
Step 2 - Activating UI¶
-
Copy the 2 Python lines below and bind these on a hotkey or shelf button to execute the tool.
1 2
from Speed_Trim_Unfold import speed_trim_unfold speed_trim_unfold.show_ui()
Hotkeys¶
-
Unfold Horizontally - Long Align (Recommended)*
Copy the 2 Python lines below and bind these on a hotkey to unfold horizontally and align your shells alongside the long side your targets bounding box.
Unfold Vertically - Short Align1 2
from Speed_Trim_Unfold import speed_trim_unfold speed_trim_unfold.unfold_long()Copy the 2 Python lines below and bind these on a hotkey to unfold vertically and align your shells alongside the short side your targets bounding box.
1 2
from Speed_Trim_Unfold import speed_trim_unfold speed_trim_unfold.unfold_short()
Speed Trim Unfold Shelf Image - Shelf Button Info
First time you fire up the tool (Step 2) click on the Options Menu.
There you will find a create shelf button you can use that will automatically create a shelf button for you.
Downloading this image is not necessary (exists only as backup).
Click the button below to learn how to create hotkeys and shelf buttons.


