You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
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
23
23
* Added ability of `RobotModel.add_link` to accept primitives in addition to meshes.
24
24
* Fixed bug regarding the computation of `Joint.current_origin`.
25
25
* Fixed bug regarding a repeated call to `RobotModel.add_joint`.
26
+
* Fixed bug in `compas_blender.RobotModelArtist.update`.
26
27
* Fixed bug in `compas.datastructures.mesh_slice_plane`.
27
28
* Fixed bug where initialising a `compas_blender.artists.Robotmodelartist` would create a new collection for each mesh and then also not put the mesh iton the created collection.
28
29
* Changed the initialisation of `compas_blender.artists.Robotmodelartist` to include a `collection`-parameter instead of a `layer`-parameter to be more consistent with Blender's nomenclature.
@@ -528,12 +529,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
528
529
* Split up network and mesh naming conventions.
529
530
* Reworked network face cycle finding.
530
531
* Updated mesh from lines.
531
-
* Updated network plotter in correspondance with network.
532
+
* Updated network plotter in correspondence with network.
532
533
* Integrated mixin functionality and removed mixins.
534
+
* Meshes are now initially hidden in `compas_blender.artists.RobotModelArtist`.
535
+
*`compas_blender.artists.RobotModelArtist.draw_visual` and `compas_blender.artists.RobotModelArtist.draw_collision` now show those meshes.
536
+
* Renamed the method `draw_geometry` of `compas.robots.base_artist.RobotModelBaseArtist` to `create_geometry`.
533
537
534
538
### Removed
535
539
536
-
* Removed parallelisation from network algorithms.
540
+
* Removed parallelization from network algorithms.
0 commit comments