boneDynamicsNode
boneDynamicsNode copied to clipboard
Simple bone dynamics custom node for Autodesk Maya.
Cool plugin! Would be super if you could provide a Makefile with Documentation on how to build for MacOS Apple Silicon or binaries for Maya 2024 or Maya 2025.
The current `sample_scripts` contains some hard‑coded parts that need to be modified before use. To improve usability, a dedicated Python module will be prepared to eliminate hard‑coding and allow more...
Currently, enabling cached playback causes incorrect behavior in the dynamics system. Although the documentation advises disabling cached playback, we plan to improve this in the following steps: 1. Automatically disable...
Currently, sphere, capsule, and infinite plane colliders rely on the external [expcol](https://github.com/akasaki1211/maya_expressionCollision) module, which can lead to confusion and complicated setup. To address this, I'll implement **dedicated collider nodes** that...