Home Website Youtube GitHub

Replacing Shapes WeightDriver with mGear Driver in Active Scene

Hello! Is there a process in place for replacing the Shapes plugin’s weight driver with mGear’s driver, in the scene that is actively open? I am aware that the RBF manager has a great conversion tool, but would prefer to handle this in a post-script rather than saving an extra file.

If a process hasn’t been established, I’d appreciate any tips on creating the mGear RBF solver via python so that I can work out how to manually replace them.

Thanks in advance!

I did it this way because the tooling was much esier.
If you want to do it on the scene, a part of the connections for each node, you need to handle the configuration data in all attrs.

That makes sense. It wasn’t too difficult to script the replacement - thank you for the pointer.