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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
### Changed
22
22
23
23
* Changed `compas_model.elements.Element.compute_modeltransformation` to use only the stack of transformations of its ancestors. Each transformation in the stack defines the change from local to world coordinates of the corresponding element.
24
-
* Changed `compas_model.models.Model.transformation` was point to frame instead of transformation.
25
-
* Changed `compas_model.datastructures.kdtree` constructor was pointing to aabb point instead of element point.
24
+
* Changed:`compas_model.models.Model.transformation` was incorrectly pointing to `_frame` instead of `transformation`.
25
+
* Changed:`compas_model.datastructures.kdtree` constructor was incorrectly pointing to aabb point instead of element point.
0 commit comments