So the Maya 2012 help doc says you can press shift+ctrl+rmb and a context menu should appear allowing me to show/hide this feature. Pressing those buttons yields nothing, what am I missing here?
It's present in the Show Manipulator Tool whenever you preform an Extrude. If off to the side of the tool you get Thickness, Offset & Divisions then you're able to LMB drag those options.
Script editor gives me the following when i do it, try putting it into the Command Lne
manipOptions -showExtrudeSliders 1;
So, extrude a face
go into Command Line, make sure it's set MEL
type manipOptions -showExtrudeSliders 1;
you should see Thickness, Offset & Divisions pop up next to the tool
Replies
Should be on by default
http://i.imgur.com/VnAfw.jpg
Left image is on
Script editor gives me the following when i do it, try putting it into the Command Lne
So, extrude a face
go into Command Line, make sure it's set MEL
type manipOptions -showExtrudeSliders 1;
you should see Thickness, Offset & Divisions pop up next to the tool