This commit is contained in:
Andrej730
2024-04-05 14:06:10 +05:00
parent 02e102f2d2
commit 02aaf1b409
10 changed files with 28 additions and 10 deletions
+2
View File
@@ -117,6 +117,8 @@ reload_event = False
import bpy
from os.path import splitext
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.util.element
from ifcsverchok.ifcstore import SvIfcStore
@@ -21,6 +21,8 @@ import bpy
from itertools import chain
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.util.element
import ifcsverchok.helper
from ifcsverchok.ifcstore import SvIfcStore
+2
View File
@@ -19,6 +19,8 @@
from os.path import abspath, splitext
import bpy
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.util.element
import ifcsverchok.helper
from ifcsverchok.ifcstore import SvIfcStore
from bpy.props import StringProperty, BoolProperty