Skip to content

rBrenick/script-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScriptTree

A Qt FileTreeView of Maya scripts.

script tree in action in maya

The poor mans Charcoal Editor.

Update

2020-09-26 - Rewrote the tool from scratch. New features:

  • Switch between 'Run Script' and 'Edit Script' for the double click action
  • Search all scripts for a specific string with "Ctrl+Shift+F"
  • Better integration to maya's docking procedures
  • Re-open recently closed tabs with "Ctrl+Shift+T"

Install options

Run installer.bat (will create a .mod file in your maya/modules folder)
Restart Maya

Alternatively

import sys
sys.path.append(r"UNZIP_FOLDER\script-tree")

Start the tool

import script_tree
script_tree.main()

If you work in a studio / with multiple people, I would recommend pointing the folder at a network path so it's easier to access scripts from any machine.

Special Thanks to Niels Vaes for adding some convenience stuff to this tool, and throwing me some good feature ideas.

About

A Qt FileTreeView of Maya scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published