Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Nov 9, 2024
1 parent 043125b commit b9ba798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Fixed bug in `compas_rhino.scene.RhinoMeshObject.clear()`.

### Removed


Expand Down
2 changes: 1 addition & 1 deletion src/compas_rhino/scene/meshobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def clear(self):
"""
compas_rhino.objects.delete_objects(self.guids, purge=True)
self.guids = []
self._guids = []

def clear_vertices(self):
"""Delete all vertices drawn by this scene object.
Expand Down

0 comments on commit b9ba798

Please sign in to comment.