Maya Tricks and Secrets - Part 7

Click here to subscribe To support this channel go here In this video learn how to toggle the outliner and UV editor with hotkeys, use the history stack, and import multiple objects with one click in Autodesk Maya. //Toggle outliner script int $isOutlinerOpen = `workspaceControl -q -visible Outliner`; if ($isOutlinerOpen == 1) { workspaceControl -edit -close “Outliner“; print “Outliner closed.“; } else
Back to Top