We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bef3c1 commit d574fb5Copy full SHA for d574fb5
src/compas_blender/collections.py
@@ -1,7 +1,7 @@
1
import bpy # type: ignore
2
from typing import List, Text
3
4
-from compas_blender.utilities import delete_objects
+from compas_blender.objects import delete_objects
5
6
7
def collection_path(collection, names=[]):
src/compas_blender/utilities/drawing.py
@@ -6,7 +6,7 @@
8
9
-from compas_blender.utilities import create_collection
+from compas_blender.collections import create_collection
10
11
from compas.geometry import centroid_points
12
from compas.geometry import distance_point_point
0 commit comments