All Projects → bohdon → maya-pulse

bohdon / maya-pulse

Licence: MIT license
a rigging framework for Maya

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to maya-pulse

maya-glTF
glTF 2.0 exporter for Autodesk Maya
Stars: ✭ 121 (+830.77%)
Mutual labels:  maya
cmdc
Maya Python API 3.0
Stars: ✭ 98 (+653.85%)
Mutual labels:  maya
io pdx mesh
Import/Export files for the Clausewitz game engine
Stars: ✭ 49 (+276.92%)
Mutual labels:  maya
weights editor
A Maya tool to edit skin weights
Stars: ✭ 52 (+300%)
Mutual labels:  maya
jlr sort attributes
A tool to sort the Channel Box attributes in Autodesk Maya.
Stars: ✭ 19 (+46.15%)
Mutual labels:  maya
gt-tools
GT Tools is a free collection of scripts for Autodesk Maya
Stars: ✭ 44 (+238.46%)
Mutual labels:  maya
AnimationDNA
Maya > Arnold > Nuke pipeline
Stars: ✭ 101 (+676.92%)
Mutual labels:  maya
revl
Helps to benchmark code for Autodesk Maya.
Stars: ✭ 14 (+7.69%)
Mutual labels:  maya
polySymmetry
Maya tool for finding the symmetry of a polygon mesh based on the topology.
Stars: ✭ 51 (+292.31%)
Mutual labels:  maya
skinner
Skin export / import tools for Autodesk Maya
Stars: ✭ 68 (+423.08%)
Mutual labels:  maya
pipeVFX
A Visual Effects pipeline to manage jobs, shots and software assignment, with a simple asset manager. Its extensively integrated with CortexVFX and Gaffer. (and it builds booth, with support for Maya, Houdini and Nuke, if you have then installed!)
Stars: ✭ 47 (+261.54%)
Mutual labels:  maya
MayaPartioTools
MayaPartioTools is an open-source plugin to visualize and import particle data in Maya.
Stars: ✭ 20 (+53.85%)
Mutual labels:  maya
bookmarks
A PySide2 based file and asset manager for animation and CG productions.
Stars: ✭ 33 (+153.85%)
Mutual labels:  maya
RadeonProRenderMayaPlugin
This hardware-agnostic rendering plug-in for Maya uses accurate ray-tracing technology to produce images and animations of your scenes, and provides real-time interactive rendering and continuous adjustment of effects.
Stars: ✭ 32 (+146.15%)
Mutual labels:  maya
Yurlungur
The universal scripting wrapper for Maya, Houdini and Unreal Engine.
Stars: ✭ 51 (+292.31%)
Mutual labels:  maya
vfxwindow
Python Qt Window class for compatibility between VFX programs
Stars: ✭ 80 (+515.38%)
Mutual labels:  maya
maya-capture-gui
GUI front-end for maya-capture
Stars: ✭ 68 (+423.08%)
Mutual labels:  maya
MayaToolbox
Comprehensive intro to Maya Python.
Stars: ✭ 16 (+23.08%)
Mutual labels:  maya
onionSkinRenderer
This is an Onion Skin Renderer for Autodesk Maya
Stars: ✭ 93 (+615.38%)
Mutual labels:  maya
texture-importer
A tool that imports textures and creates material networks
Stars: ✭ 17 (+30.77%)
Mutual labels:  maya

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.toggleEditorUI()
# development reload Pulse
try:
    pulse.views.tearDownUI()
except:
    pass

import pymel.core as pm
pm.newFile(force=True)
pm.unloadPlugin('pulse')

try:
    pulse.views.destroyUIModelInstances()
except:
    pass

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

import pulse.views
pulse.views.showEditorUI()

Roadmap

You can view the Pulse roadmap on trello here:

Pulse Roadmap

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].