Skip to content

Commit 83ae003

Browse files
committed
Authors, Changelog, Pyinvoke
went through CONTRIBUTING.md Also ran: invoke clean invoke check invoke lint invoke docs invoke test
1 parent 975551a commit 83ae003

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

AUTHORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@
2727
- Nik Eftekhar Olivo <<[email protected]>> [@nikeftekhar](https://github.com/nikeftekhar)
2828
- Beverly Lytle <<[email protected]>> [@beverlylytle](https://github.com/beverlylytle>)
2929
- Juney Lee <<[email protected]>> [@juney-lee](https://github.com/juney-lee)
30-
- Xingxin He <<[email protected]>> [@XingxinHE](https://github.com/XingxinHE)
30+
- Xingxin He <<[email protected]>> [@XingxinHE](https://github.com/XingxinHE)
31+
- Robin Godwyll <<[email protected]>> [@robin-gdwl](https://github.com/robin-gdwl)

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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
20+
821
## Unreleased
922

1023
### Added

0 commit comments

Comments
 (0)