Skip to content

Commit 4fb656d

Browse files
authored
Update CHANGELOG.md
1 parent 84c5844 commit 4fb656d

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased 2021-02-05
9-
10-
### Added
11-
* Added Blender Python-example to the documentation section: Tutorials -> Robots
12-
13-
### Changed
14-
15-
* 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.
16-
* 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.
17-
* 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.
18-
19-
### Removed
208

219
## Unreleased
2210

2311
### Added
2412

2513
* Added `RobotModel.remove_link`, `RobotModel.remove_joint`, `RobotModel.to_urdf_string`, and `RobotModel.ensure_geometry`.
14+
* Added Blender Python-example to the documentation section: Tutorials -> Robots
2615

2716
### Changed
2817

@@ -34,6 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3423
* Fixed bug regarding the computation of `Joint.current_origin`.
3524
* Fixed bug regarding a repeated call to `RobotModel.add_joint`.
3625
* Fixed bug in `compas.datastructures.mesh_slice_plane`.
26+
* 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.
27+
* 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.
28+
* 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.
3729

3830
### Removed
3931

0 commit comments

Comments
 (0)