We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b711dc2 commit 2e23368Copy full SHA for 2e23368
generate.py
@@ -119,6 +119,7 @@ def generate_rig(context, metarig):
119
# Remove wgts if force update is set
120
wgts_group_name = "WGTS_" + (rig_old_name or obj.name)
121
if wgts_group_name in scene.objects and id_store.rigify_force_widget_update:
122
+ bpy.ops.object.mode_set(mode='OBJECT')
123
bpy.ops.object.select_all(action='DESELECT')
124
for i, lyr in enumerate(WGT_LAYERS):
125
if lyr:
0 commit comments