absolute-quantum / cats-blender-plugin

:smiley_cat: A tool designed to shorten steps needed to import and optimize models into VRChat. Compatible models are: MMD, XNALara, Mixamo, DAZ/Poser, Blender Rigify, Sims 2, Motion Builder, 3DS Max and potentially more
https://catsblenderplugin.com
MIT License
3.54k stars 456 forks source link

Add support for bone collections in Blender 4.0 #647

Closed slbelden closed 12 months ago

slbelden commented 1 year ago

Adds version check for 3.6 and lower in common utils. Changes calls from bone layers to bone collections for 4.0 and higher.

Flynsarmy commented 12 months ago

You forgot to import the version_3_6_or_older() function on line 11 of tools/armature.py

slbelden commented 12 months ago

What do you mean? It’s imported on line 12.

IMG_4527

Flynsarmy commented 12 months ago

Ah, mb. I was on the Files Changed tab and missed it somehow. Thanks for the PR it helped me a lot!

slbelden commented 12 months ago

PR closed in favor of #648