Remove prop.GlobalId

It seems it was unused since 6f55cd5
This commit is contained in:
Andrej730
2025-07-09 14:07:54 +05:00
parent e7b86ae5b0
commit 6ea7ee84a6
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -136,7 +136,6 @@ classes = [
prop.BIMProperties,
prop.IfcParameter,
prop.PsetQto,
prop.GlobalId,
prop.BIMObjectProperties,
prop.BIMCollectionProperties,
prop.BIMMeshProperties,
-5
View File
@@ -627,11 +627,6 @@ class PsetQto(PropertyGroup):
is_editable: bool
class GlobalId(PropertyGroup):
name: StringProperty(name="Name")
ifc_definition_id: IntProperty(name="IFC Definition ID")
class BIMCollectionProperties(PropertyGroup):
obj: PointerProperty(type=bpy.types.Object)