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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
88
* Changed directory where ghuser components are installed.
89
89
* Added ghuser components directory to those removed by the `clean` task.
90
90
* Clean up the ghuser directory before building ghuser components.
91
+
* Exposed function `draw_breps` in `compas_rhino.utilities`; example added.
92
+
* Added `join` flag to function `draw_breps` in `compas_rhino.utilities`
91
93
* Fixed bug in `compas.geometry.distance.closest_point_on_segment_xy`.
92
94
* Fixed bug in Rhino implementations of `trimesh` curvature functions.
93
95
@@ -281,9 +283,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
281
283
* Fixed bug regarding a repeated call to `RobotModel.add_joint`.
282
284
* Fixed bug in `compas_blender.RobotModelArtist.update`.
283
285
* Fixed bug in `compas.datastructures.mesh_slice_plane`.
284
-
* 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.
285
-
* 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.
286
-
* Used a utility function from `compas_blender.utilities` to create the collection if none exists instead of using a new call to a bpy-method.
286
+
* 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.
287
+
* 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.
288
+
* Used a utility function from `compas_blender.utilities` to create the collection if none exists instead of using a new call to a bpy-method.
0 commit comments