Inverted type name is now xxx.Mirror

This commit is contained in:
Robin Quint
2025-08-07 18:03:12 +02:00
committed by Ryan Schultz
parent 5892622692
commit cd075c79d6
@@ -808,6 +808,7 @@ class TrueMirrorElements(bpy.types.Operator, tool.Ifc.Operator):
self.invert_representation(inverted_type)
self.set_inverted_type(inverted_type, type_element)
self.set_inverted_type(type_element, inverted_type)
inverted_type.Name = f"{inverted_type.Name}.Mirror"
bonsai.core.type.assign_type(tool.Ifc, tool.Type, element, inverted_type)