You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tried to applied the rigify this error appears:
Python: Traceback (most recent call last):
File "C:\Users\Me\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\DTB\DtbOperators.py", line 503, in execute
trf.toRigify(db, self)
File "C:\Users\Me\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\DTB\ToRigify.py", line 104, in toRigify
Global.bone_limit_modify()
TypeError: bone_limit_modify() missing 1 required positional argument: 'bone_limits'
I tried change Global.bone_limit_modify() to Global.bone_limit_modify([]) but then other errors apears, so dont kwno what to do.
The text was updated successfully, but these errors were encountered:
Blender 3.2.2
Daz 4.20
DazToBlender Bridge 2022.1 revision 15.38
When tried to applied the rigify this error appears:
Python: Traceback (most recent call last):
File "C:\Users\Me\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\DTB\DtbOperators.py", line 503, in execute
trf.toRigify(db, self)
File "C:\Users\Me\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\DTB\ToRigify.py", line 104, in toRigify
Global.bone_limit_modify()
TypeError: bone_limit_modify() missing 1 required positional argument: 'bone_limits'
I tried change Global.bone_limit_modify() to Global.bone_limit_modify([]) but then other errors apears, so dont kwno what to do.
The text was updated successfully, but these errors were encountered: