UPDATE 0.7:
- Now supports Maya 2017 64
- Add new "Scroll system directory tree to currently opened scene" button
- System directory tree now uses a newer engine that should be more responsive
- Incoporated file watcher to system directory tree stays upated
- Re-written to support both pyside and pyside2 (both qt4 & 5)
- Experimental support for PyQt4/5. If both package exists, pyside will be used
- All new binary, tested on Maya 2017, 2016.5, 2016, 2015, 2014 64bit
- System directory tree sorting only works under active maya project directory
(selected directly from UI) for performance reasons :(
1)
Extract everything to your
[system drive]:\Users\[user]\Documents\maya\scripts\
or
[system drive]:\Users\[user]\Documents\maya\[maya ver]\scripts\
folder.
2)
Call one of the following mel command to launch SceneHolster
MEL command:
// launch window mode
SceneHolster;
// launch docked
SceneHolster_Docked;
original description:
Features:
- Resizable and collapsible sub panel
- Directory view
- Dockable
- Multiple ways to load Project/Scene!
-
- Double click folder on directory view to set project
- Double clicking scene file on directory view to load scene
- Entering/Pasting file path on current Scene/Project line editor
- Clicking on project, scene list
- Single click project load
- Single click scene load
- Supports drag and drop!
- Quick save/ loading scene list
Tested on
Maya2016 64
Maya2015 64
Maya2014 64
Probably works on Maya2013 too but you are required to have PySide installed.
Supported scene format:
MA, MB, FBX, OBJ
Checkbox setting explanation
"Single click Scene load" - If disabled, double click on scene list to load scene.
"Single click Proj. load" - If disabled, double click on project list to load project.
"Sync Project/Scene List" - If selected, clears and populate scene list with scene file under selected project upon clicking on project list.
"Disable Tree load" - Completely disable loading from directory tree, still navigable, draggable.
"Default config" - not implemented at the moment.
Installation:
1)
Extract SceneHolster.pyd and calling mel(SceneHolster*.mel) to your
[system drive]:\Users\[user]\Documents\maya\scripts\
or
[system drive]:\Users\[user]\Documents\maya\[maya ver]\scripts\
folder.
2)
Call one of the following mel command to launch SceneHolster
MEL command:
// launch window mode
SceneHolster;
// launch window, themed
SceneHolster_ShimaShima;
// launch docked
SceneHolster_Docked;
// launch docked, themed
SceneHolster_Docked_ShimaShima;
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.