Hiroyuki Akasaki
Hiroyuki Akasaki
Fixed an error in `mgear.rigbits.sdk_io` when using Python3, where a float value was entered into range().
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...