iBrushC / animextras

An open source Blender addon that adds extra animation functionality.
MIT License
168 stars 24 forks source link

Fix: Changed to work correctly with Blender 4.0 or later #27

Open Puls-r opened 1 month ago

Puls-r commented 1 month ago
schroef commented 1 month ago

That's awesome! I did try it at the beginning of 4 0 release, but didn't had the time to find out how to get this working again. Goad you did

Puls-r commented 1 month ago

I hope this was helpful. ✨🙂

schroef commented 1 month ago

Ill add it to my version, ive done some different work a while back making some items easier.

schroef commented 1 month ago

Your edits work like a champ! I did some more edits to my version. My updates allows a user to change the onion object when they are in pose mode. There was an issue with this, because a user needs to go out if oose node selext the mesh object and only then could they update the onion preview. I've changed this behavior now. This also allows for the user to select different parts of the children of a armature. Lots of times a character is made out of separate parts. The best workflow would perhaps be to merge everything and then do a onion preview. But that is a huge change to the current workflow. Also kinda difficult to tackle because people setup everything totally different from one another.

I'll try to post my branch asap