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

Bug: To Rigify is not working with Blender 4.0 and above #198

Open
daz-ddb opened this issue Mar 21, 2024 · 2 comments
Open

Bug: To Rigify is not working with Blender 4.0 and above #198

daz-ddb opened this issue Mar 21, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@daz-ddb
Copy link

daz-ddb commented Mar 21, 2024

To Rigify feature of DazToBlender is not compatible with Blender 4.0. A update to fix this bug is on our todo list.

@McSimKammerer
Copy link

Hi!
Any chance to get fix for that bug soon?
Thank you for your work!

@totalvectors
Copy link

Just updating folks on this bug. Still happening for me on Blender 4.2. It spits out this error:

Python: Traceback (most recent call last):
File "C:\Users\total\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\DTB\DtbOperators.py", line 600, in execute
trf.toRigify(db, self)
File "C:\Users\total\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\DTB\ToRigify.py", line 163, in toRigify
self.omit_g8(db)
File "C:\Users\total\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\DTB\ToRigify.py", line 248, in omit_g8
self.to_layer(eb, 15)
File "C:\Users\total\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\DTB\ToRigify.py", line 281, in to_layer
ebone.layers[lnum] = True
^^^^^^^^^^^^
AttributeError: 'EditBone' object has no attribute 'layers'

It does manage to generate the Rigify rig but the control rig isn't parented to the mesh. I wonder if the new bone collections introduced in 4.0 have something to do with this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants