Skip to content

rBrenick/live-script-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live-script-editor

Maya-like Python script editor

I like how the Maya script editor lets you hold on to instances. So this is an attempt to make a DCC generic version that can be used standalone and in MotionBuilder.

tool screenshot

Install

pip install git+https://github.com/rBrenick/live-script-editor

# Has dependency on PySide2 and Qt.py

Run

-------------------------------------------------------
# from command line:

livescripter (with optional .py file argument as script to open)

-------------------------------------------------------

# from DCC:
import live_script_editor
live_script_editor.main()

About

Maya-like standalone script editor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages