KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
vptools
★ 17
Open GitHub ↗
Viewport tool set for Maya animators
Download README (.md)
Explore Similar Repositories
UIWaveView
:
UIWaveView for app which show battery charging progress or something else.
Physarum-Differentiable-LP-Layer
:
Physarum Powered Differentiable Linear Programming Layers
mee7
:
anti-mee6 bot
reinforcement-learning-opu
:
Code to perform Model-Free Episodic Control using Aurora OPUs
EVA-TIMER
:
timer created by CSS & JavaScript (**Not using images**)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vptools
?
Download (.md)
# vptools Here is a toolset for Maya that provides a way of creating and editing widgets in a viewport. Widgets can execute python code or select nodes in Maya.  Now it's in a development stage, ready for testing and improving! **Usage** 1. Clone or download repository to some folder (*c:/vptools*) 2. Open vptools.py, change VPToolsDirectory to your path (*c:/vptools*) 3. Run vptools.py in Maya via `execfile("c:/vptools/vptools.py")` Press tab to browse available widgets. `$NAMESPACE` can be used in widget's scripts. It's substituted with a currently selected node's namespace. Widgets are saved as xml in *maya/project/vptools* or *vptools/controls* Overlays are used to make widgets visible in a viewport. It's just a Qt graphics view widget with a transparency set. No magic. Callbacks are installed to show and hide widgets when it's necessary.