Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Model - AttributeError 'Pose' object has no attribute 'bone_groups' #652

Open
Flynsarmy opened this issue Dec 3, 2023 · 4 comments
Open

Comments

@Flynsarmy
Copy link

When clicking the 'Fix Model' button I get the following error in Blender 4.0.1:

Python: Traceback (most recent call last):
File "C:\path\to\Blender\4.0\scripts\addons\cats-blender-plugin-development\tools\armature.py", line 497, in execute
for group in armature.pose.bone_groups:
AttributeError: 'Pose' object has no attribute 'bone_groups'

It looks like bone_groups was removed in from Pose in Blender 4. See https://docs.blender.org/api/current/bpy.types.Pose.html

@Flynsarmy
Copy link
Author

Looks like it's fixed in #647 or #648

@NiteSek
Copy link

NiteSek commented Apr 20, 2024

Soooooo,... How did you fix the issue my guy? ? I don't understand all these codes like U do, so i would appreciate if you gave me a straight forward explanation of what i need to do or edit to fix this problem. I'd really appreciate it my guy. I can even just screenshare call U on Discord. IDC, but i really do need the guidance senpai lol

@Flynsarmy
Copy link
Author

Go to #648 'Files Changed' tab, look at the file paths being edited. Delete the red lines from your files and add the green lines.

@NiteSek
Copy link

NiteSek commented Apr 21, 2024

Go to #648 'Files Changed' tab, look at the file paths being edited. Delete the red lines from your files and add the green lines.

I got everything done for Armature.py, but I am noticing a lot of that stuff in Armature_manual.py & Common.py doesn't even exist & am very confuzzled. that don't even exist in Notepad++. I am using the Blender version "4.1.1", & the latest version of CATS Plugin "0.19.0".

So, i'm guessing this is why this wont work for me very well. Should i just use the version of blender you used & an older version of CATS? ? I'm also on windows 11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants