Skip to content

Commit fcef7ed

Browse files
committed
bug fix
1 parent 105a552 commit fcef7ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
* Changed `compas.scene.MeshObject` to not use vertex coordinate caching because it is too fragile.
2424
* Changed `compas_rhino.scene.RhinoMeshObject` to keep track of element-guid pairs in dicts.
2525
* Changed `compas.scene.Scene._guids` to a default value of `[]`.
26+
* Fixed bug due to missing import in `compas_rhino.scene.graphobject`.
2627

2728
### Removed
2829

src/compas_rhino/scene/graphobject.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import scriptcontext as sc # type: ignore
77

88
import compas_rhino
9+
import compas_rhino.objects
910
from compas.geometry import Line
1011
from compas.scene import GraphObject
1112
from compas_rhino.conversions import line_to_rhino

0 commit comments

Comments
 (0)