This commit is contained in:
Andrej730
2024-11-01 15:27:06 +05:00
parent 7517414552
commit ae18590893
2 changed files with 3 additions and 0 deletions
@@ -18,6 +18,7 @@
import bpy
import ifcopenshell
import ifcopenshell.util.element
import bonsai.tool as tool
import math
from bonsai.bim.prop import ObjProperty
@@ -316,6 +316,8 @@ class BIM_MT_add_representation_item(Menu):
class CreateObjectUI:
layout: bpy.types.UILayout
@classmethod
def draw(cls, context, layout, ifc_element_type=None):
cls.layout = layout