Skip to content

qeeji/maya-pulse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulse Rigging Framework for Maya

A rigging framework for Maya.

Development Testing

Pulse is still in early development, but if you want to try it out here's the entry point commands I am currently using:

# toggle the pulse UI
import pulse.views
pulse.views.togglePulseUI()
# development reload the pulse package
try:
    import pulse.views
    pulse.views.hidePulseUI()
except:
    pass

import pulse.vendor.mayacoretools as tools
tools.deleteModules('pulse*')

import pulse.views
pulse.views.showPulseUI()

Roadmap

You can view the Pulse roadmap on trello here:

Pulse Roadmap

About

a rigging framework for Maya

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%