To setup:
To run it:
Use the followed command in python tab of Maya script editor
#### Put it in Python tab #######
try:reload(scriptManager.doIt)
except:import scriptManager.doIt
#### Using scriptManager with Maya versions####
Copy the pyc files from the folder which matches your maya version into "scriptManager" folder
Your final folder structure should look like this:
%userprofile%\Documents\maya
-
\2013-x64\scripts:
-
\scriptManager
- \help
- \html
- \images
- \***.pyc
-
\scriptManager
-
\2014-x64\scripts:
-
\scriptManager
- \help
- \html
- \images
- \***.pyc
-
\scriptManager
#Main feaftures:
Catergory your mel or python scripts by system foldersQuick search specified files in keywords(the search can be filtered by the folder tree)
Create, view, and edit both mel and python script and folders also
For python, the packages, modules, classes, functions, imports and self values are catergoried in tree
For mel, procedures are catergoried by a list
Quick find text and replace
Bookmark system
Quick menus to get help
Many options for UI, you can find a best of your style
Files, folders you were work on is remembered automaticlly
Dynamic visbility of UI controls
Local area network supported
Easy adding script description
Dockable
Expression mode
Display python in html
script job manager
script list in spread sheet
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.