bonsai - sort imports

This commit is contained in:
Andrej730
2026-01-26 17:11:12 +05:00
parent 1319391a6b
commit 953c5fddc6
524 changed files with 3338 additions and 2344 deletions
@@ -17,6 +17,8 @@
# along with Bonsai. If not, see <http://www.gnu.org/licenses/>.
import os
from pathlib import Path
import bpy
import ifcopenshell
import ifcopenshell.api
@@ -26,9 +28,8 @@ import ifcopenshell.api.project
import ifcopenshell.api.root
import ifcopenshell.api.style
import ifcopenshell.api.unit
import bonsai.tool as tool
from pathlib import Path
import bonsai.tool as tool
# When run from Blender
BLEND_DIR = os.path.dirname(bpy.data.filepath)