New debug panel to create shapes from STEP IDs. See #977.

This commit is contained in:
Dion Moult
2020-09-05 12:58:53 +10:00
parent 0522ea61f6
commit 45b805b05f
4 changed files with 50 additions and 0 deletions
@@ -1351,6 +1351,10 @@ class BIMObjectProperties(PropertyGroup):
representation_contexts: CollectionProperty(name="Representation Contexts", type=Subcontext)
class BIMDebugProperties(PropertyGroup):
step_id: IntProperty(name="STEP ID")
class BIMMaterialProperties(PropertyGroup):
is_external: BoolProperty(name="Has External Definition")
location: StringProperty(name="Location")