mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
Sort imports
This commit is contained in:
@@ -40,17 +40,18 @@ if "bpy" in locals():
|
||||
if "ifcopenshell" in locals():
|
||||
importlib.reload(ifcopenshell)
|
||||
|
||||
import logging
|
||||
import os
|
||||
from collections import defaultdict
|
||||
|
||||
import bpy
|
||||
import mathutils
|
||||
from bpy.props import (
|
||||
BoolProperty,
|
||||
IntProperty,
|
||||
StringProperty,
|
||||
)
|
||||
from bpy_extras.io_utils import ImportHelper
|
||||
from collections import defaultdict
|
||||
import bpy
|
||||
import logging
|
||||
import mathutils
|
||||
import os
|
||||
|
||||
major, minor = bpy.app.version[0:2]
|
||||
transpose_matrices = minor >= 62
|
||||
|
||||
Reference in New Issue
Block a user