Written around Maya 5. Allows you to setup hotkey toggles for items in the 'show' menu within the model view port.
Copy script to your mel scripts folder. And setup hotkeys for any particular objects you'd like. I typically have ones setup for polymeshes, nurbs curves and locators.
/*Usage
source "willHotKeys.mel"; willHotKeys("<options>");
Where <options> is one of the listed types below.
example: to toggle the display of polygons, use...
source "willHotKeys.mel"; willHotKeys("polymeshes");
*/
/*options
shadows, nurbsCurves, nurbsSurfaces, polymeshes, subdivSurfaces
planes, lights, cameras, controlVertices, grid, hulls
joints, ikHandles, deformers, dynamics, fluids, locators
dimensions, handles, pivots, textures, strokes, allObjects
*/
Copy script to your mel scripts folder. And setup hotkeys for any particular objects you'd like. I typically have ones setup for polymeshes, nurbs curves and locators.
/*Usage
source "willHotKeys.mel"; willHotKeys("<options>");
Where <options> is one of the listed types below.
example: to toggle the display of polygons, use...
source "willHotKeys.mel"; willHotKeys("polymeshes");
*/
/*options
shadows, nurbsCurves, nurbsSurfaces, polymeshes, subdivSurfaces
planes, lights, cameras, controlVertices, grid, hulls
joints, ikHandles, deformers, dynamics, fluids, locators
dimensions, handles, pivots, textures, strokes, allObjects
*/
Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.