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.
2 parents f63f96e + bcc806d commit 58f68f8Copy full SHA for 58f68f8
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
14
+* Fixed error in `compas_ghpython` causing `Scene` to fail in Grasshopper.
15
+
16
### Removed
17
18
src/compas_ghpython/utilities/__init__.py
@@ -1,7 +1,7 @@
1
from __future__ import absolute_import
2
from warnings import warn
3
4
-from ..drawing import (
+from compas_ghpython.drawing import (
5
draw_frame,
6
draw_points,
7
draw_lines,
0 commit comments