@@ -9,10 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ * Added ` group ` attribute to ` compas_rhino.scene.RhinoSceneObject ` .
13+ * Added ` _guid_mesh ` , ` _guids_vertices ` , ` _guids_edges ` , ` _guids_faces ` , ` _guids_vertexlabels ` , ` _guids_edgelables ` , ` _guids_facelabels ` , ` _guids_vertexnormals ` , ` _guids_facenormals ` , ` _guids_spheres ` , ` _guids_pipes ` , ` disjoint ` attributes to ` compas_rhino.scene.MeshObject ` .
14+ * Added ` _guids_nodes ` , ` _guids_edges ` , ` _guids_nodelabels ` , ` _guids_edgelables ` , ` _guids_spheres ` , ` _guids_pipes ` attributes to ` compas_rhino.scene.GraphObject ` .
15+ * Added ` _guids_vertices ` , ` _guids_edges ` , ` _guids_faces ` , ` _guids_cells ` , ` _guids_vertexlabels ` , ` _guids_edgelables ` , ` _guids_facelabels ` , ` _guids_celllabels ` , ` disjoint ` attributes to ` compas_rhino.scene.MeshObject ` .
16+
1217### Changed
1318
19+ * Changed ` compas.scene.Mesh ` 's ` show_vertices ` , ` show_edges ` , ` show_faces ` to optionally accept a sequence of keys.
20+ * Changed ` compas.scene.Graph ` 's ` show_nodes ` , ` show_edges ` to optionally accept a sequence of keys.
21+ * Changed ` compas.scene.VolMesh ` 's ` show_vertices ` , ` show_edges ` , ` show_faces ` , ` show_cells ` to optionally accept a sequence of keys.
22+
1423### Removed
1524
25+ * Removed kwargs from ` compas.scene.MeshObject.draw ` .
26+ * Removed kwargs from ` compas.scene.GraphObject.draw ` .
27+ * Removed kwargs from ` compas.scene.VolMeshObject.draw ` .
28+
1629## [ 2.0.0-beta.4] 2024-01-26
1730
1831### Added
@@ -39,7 +52,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3952* Changed ` compas_rhino.geometry.surfaces.nursb.RhinoNurbsSurface ` to use private data API.
4053* Changed ` compas.scene.Scene.redraw ` to ` draw ` .
4154* Fixed ` register_scene_objects ` not called when there is a context given in kwargs of ` SceneObject ` .
42- * Changed ` compas.scene.Mesh ` 's ` show_vertices ` , ` show_edges ` , ` show_faces ` to optionally accept a sequence of keys.
4355
4456### Removed
4557
0 commit comments