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
Nicogene
changed the title
urdfToBlender: edit_bones cleared when changing mode set to OBJECT
urdfToBlender: edit_bones cleared when changing mode set to OBJECT using Blender 4.x
Dec 3, 2024
For what I recall (:D) changing
mode set
toOBJECT
(bpy.ops.object.mode_set(mode='OBJECT')
) is needed to save the changes made to the armature.While testing
urdfToBlender
w/ @randaz81 with Blender 4.x,edit_bones
structure is cleared when changing the mode set, making crash the script.With Blender 3.x it works just fine, probably they made a breaking change in the API.
The text was updated successfully, but these errors were encountered: