mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
bonsai - sort imports
This commit is contained in:
@@ -20,14 +20,13 @@ from typing import TYPE_CHECKING, Literal
|
||||
|
||||
import bpy
|
||||
import ifcopenshell
|
||||
import ifcsverchok.helper
|
||||
import ifcsverchok.helper as helper
|
||||
from ifcopenshell.util.shape_builder import ShapeBuilder
|
||||
from sverchok.core.sockets import SvVerticesSocket
|
||||
from sverchok.data_structure import updateNode
|
||||
from sverchok.node_tree import SverchCustomTreeNode
|
||||
|
||||
import ifcsverchok.helper
|
||||
import ifcsverchok.helper as helper
|
||||
|
||||
|
||||
class SvIfcSbExtrude(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIfcCore):
|
||||
bl_idname = "SvIfcSbExtrude"
|
||||
|
||||
@@ -17,12 +17,11 @@
|
||||
# along with IfcSverchok. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import bpy
|
||||
import ifcsverchok.helper as helper
|
||||
import sverchok.core.sockets
|
||||
from ifcsverchok.nodes.ifc.shape_builder.representation import ShapeBuilder
|
||||
from sverchok.node_tree import SverchCustomTreeNode
|
||||
|
||||
import ifcsverchok.helper as helper
|
||||
|
||||
|
||||
class SvSbMesh(bpy.types.Node, SverchCustomTreeNode, helper.SvIfcCore):
|
||||
bl_idname = "SvSbMesh"
|
||||
|
||||
@@ -17,12 +17,11 @@
|
||||
# along with IfcSverchok. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import bpy
|
||||
import ifcsverchok.helper as helper
|
||||
import sverchok.core.sockets
|
||||
from ifcsverchok.nodes.ifc.shape_builder.representation import ShapeBuilder
|
||||
from sverchok.node_tree import SverchCustomTreeNode
|
||||
|
||||
import ifcsverchok.helper as helper
|
||||
|
||||
|
||||
class SvSbPolyline(bpy.types.Node, SverchCustomTreeNode, helper.SvIfcCore):
|
||||
bl_idname = "SvSbPolyline"
|
||||
|
||||
@@ -17,11 +17,10 @@
|
||||
# along with IfcSverchok. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import bpy
|
||||
from ifcopenshell.util.shape_builder import ShapeBuilder
|
||||
from sverchok.node_tree import SverchCustomTreeNode
|
||||
|
||||
import ifcsverchok.helper
|
||||
import ifcsverchok.helper as helper
|
||||
from ifcopenshell.util.shape_builder import ShapeBuilder
|
||||
from sverchok.node_tree import SverchCustomTreeNode
|
||||
|
||||
|
||||
class SvIfcSbRectangle(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIfcCore):
|
||||
|
||||
@@ -19,11 +19,10 @@
|
||||
import bpy
|
||||
import ifcopenshell
|
||||
import ifcopenshell.util.representation
|
||||
from ifcopenshell.util.shape_builder import ShapeBuilder
|
||||
from sverchok.node_tree import SverchCustomTreeNode
|
||||
|
||||
import ifcsverchok.helper
|
||||
import ifcsverchok.helper as helper
|
||||
from ifcopenshell.util.shape_builder import ShapeBuilder
|
||||
from sverchok.node_tree import SverchCustomTreeNode
|
||||
|
||||
|
||||
class SvIfcSbRepresentation(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIfcCore):
|
||||
|
||||
@@ -21,11 +21,10 @@ import ifcopenshell
|
||||
import ifcopenshell.geom
|
||||
import ifcopenshell.ifcopenshell_wrapper as W
|
||||
import ifcopenshell.util.shape
|
||||
import ifcsverchok.helper as helper
|
||||
import sverchok.core.sockets
|
||||
from sverchok.node_tree import SverchCustomTreeNode
|
||||
|
||||
import ifcsverchok.helper as helper
|
||||
|
||||
|
||||
class SvSbShapeOutput(bpy.types.Node, SverchCustomTreeNode, helper.SvIfcCore):
|
||||
"""
|
||||
|
||||
@@ -17,10 +17,9 @@
|
||||
# along with IfcSverchok. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import bpy
|
||||
from sverchok.node_tree import SverchCustomTreeNode
|
||||
|
||||
import ifcsverchok.helper
|
||||
import ifcsverchok.helper as helper
|
||||
from sverchok.node_tree import SverchCustomTreeNode
|
||||
|
||||
|
||||
class SvIfcSbTest(bpy.types.Node, SverchCustomTreeNode, ifcsverchok.helper.SvIfcCore):
|
||||
|
||||
Reference in New Issue
Block a user