Skip to content

Commit 47afb5f

Browse files
committed
log blender installation
1 parent 2755b22 commit 47afb5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9191
* Added `color`, `opacity` attributes to `compas.scene.SceneObject`.
9292
* Added `pointcolor`, `linecolor`, `surfacecolor`, `pointsize`, `linewidth` attributes to `compas.scene.GeometryObject`.
9393
* Added `compas_rhino.geometry.brep.RhinoBrep.to_meshes()`.
94+
* Added `compas_blender.`
9495

9596
### Changed
9697

@@ -102,12 +103,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102103
* Moved `compas.brep` to `compas.geometry.brep`.
103104
* Updated `compas-actions.docs` workflow to `v3`.
104105
* `Artists` classes are renamed to `SceneObject` classes and now under `compas.scene`, `compas_rhino.scene`, `compas_ghpython.scene`, `compas_blender.scene`.
105-
* Context related functions like `register`, `build`, `redraw` and `clear` are moved to `compas.scene.context` from `compas.scene.SceneObject`.
106+
* Context related functions like `register`, `build`, `redraw` and `clear` are moved to `compas.scene.context` from `compas.scene.SceneObject`.
106107
* Changed plugin selection to fall back to a default implementation if possible.
107108
* Fixed `AttributeError` `_edges` in `compas_rhino.geometry.RhinoBrepLoop.edges`.
108109
* Fixed `compas_rhino.geometry.RhinoBrep` serialization.
109110
* Naming convention for `ColorDictAttributes` in `compas.scene.MeshObject`, `compas.scene.NetworkObject` and `compas.scene.VolmeshObject` is changed e.g. from `vertex_color` to `vertexcolor`.
110111
* The building of correct type of `SceneObject` is moved backed to `__new__` of `SceneObject` itself.
112+
* Changed `compas_blender.install` to use symlinks.
111113
* Moved `URDF` parsing from `compas.files` to the `compas_robots` extension (`compas_robots.files.URDF`).
112114

113115
### Removed

0 commit comments

Comments
 (0)