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
@@ -102,12 +103,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102
103
* Moved `compas.brep` to `compas.geometry.brep`.
103
104
* Updated `compas-actions.docs` workflow to `v3`.
104
105
*`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`.
106
107
* Changed plugin selection to fall back to a default implementation if possible.
107
108
* Fixed `AttributeError``_edges` in `compas_rhino.geometry.RhinoBrepLoop.edges`.
* Naming convention for `ColorDictAttributes` in `compas.scene.MeshObject`, `compas.scene.NetworkObject` and `compas.scene.VolmeshObject` is changed e.g. from `vertex_color` to `vertexcolor`.
110
111
* The building of correct type of `SceneObject` is moved backed to `__new__` of `SceneObject` itself.
112
+
* Changed `compas_blender.install` to use symlinks.
111
113
* Moved `URDF` parsing from `compas.files` to the `compas_robots` extension (`compas_robots.files.URDF`).
0 commit comments