File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 66import scriptcontext as sc # type: ignore
77
88import compas_rhino
9+ import compas_rhino .objects
910from compas .geometry import Line
1011from compas .scene import GraphObject
1112from compas_rhino .conversions import line_to_rhino
You can’t perform that action at this time.
0 commit comments