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

Converting daz rig to Rigify error in Blender 4.0 #186

Open
totalvectors opened this issue Nov 20, 2023 · 2 comments
Open

Converting daz rig to Rigify error in Blender 4.0 #186

totalvectors opened this issue Nov 20, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@totalvectors
Copy link

Running the "To Rigify" operator in Blender generates this error in the console:

Python: Traceback (most recent call last):
File "C:\Users\total\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\DTB\DtbOperators.py", line 565, in execute
trf.toRigify(db, self)
File "C:\Users\total\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\DTB\ToRigify.py", line 163, in toRigify
self.omit_g8(db)
File "C:\Users\total\AppData\Roaming\Blender Foundation\Blender\4.0\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.0\scripts\addons\DTB\ToRigify.py", line 281, in to_layer
ebone.layers[lnum] = True
AttributeError: 'EditBone' object has no attribute 'layers'

Rigify rig is created but does not seem to be parented to the mesh. This happens even on the base genesis 8 character with no morphs. Has anyone else run across such an error? Have I messed up something in my installation? Everything seems to come over fine from Daz I just can'y convert the rig to Rigify.

I know that Blender 4.0 isn't officially supported yet. Could the changes made to the rigging in 4.0 (change to bone collections) have something to do with this? Or is this an issue on Rigify's end?

@BonnieBon23
Copy link

Tengo el mismo problema :,( Me estoy volviendo loca

@daz-ddb
Copy link

daz-ddb commented Mar 21, 2024

Hi @totalvectors, very sorry for the late response. You are correct that this is an issue with DazToBlender compatibility with Blender 4.0. I have created an issue to track this bug: #198 (Bug: To Rigify is not working with Blender 4.0 and above). You can refer to #198 to track the progress for the bugfix.

@danielbui78 danielbui78 added the bug Something isn't working label Mar 21, 2024
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