mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
typing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user