Merge branch 'blender-v3.1-release'

This commit is contained in:
2022-02-23 16:29:51 +11:00
2 changed files with 15 additions and 16 deletions

View File

@@ -1038,9 +1038,6 @@ def _activate_by_item(context, space_type, item, index, *, as_fallback=False):
if props is None:
print("Error:", gizmo_group, "could not access properties!")
else:
for key in props.bl_rna.properties.keys():
props.property_unset(key)
gizmo_properties = item.widget_properties
if gizmo_properties is not None:
if not isinstance(gizmo_properties, list):