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: 'EditBone' object has no attribute 'layers' #653

Open
Flynsarmy opened this issue Dec 3, 2023 · 1 comment

Comments

@Flynsarmy
Copy link

Once #652 is fixed, the next error in line is:

Python: Traceback (most recent call last):
File "C:\path\to\Blender\4.0\scripts\addons\cats-blender-plugin-development\tools\armature.py", line 515, in execute
bone.layers[0] = True
AttributeError: 'EditBone' object has no attribute 'layers'

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

@Flynsarmy
Copy link
Author

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

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

1 participant