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 2a1d9461f2
commit 011a6d127f
@@ -805,6 +805,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)