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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
### Changed
17
17
18
+
* Changed `SceneObject.frame` to read-only result of `Frame.from_transformation(SceneObject.worldtransformation)`, representing the local coordinate system of the scene object in world coordinates.
19
+
* Changed `SceneObject.worldtransformation` to the multiplication of all transformations from the scene object to the root of the scene tree, there will no longer be an additional transformation in relation to the object's frame.
18
20
* Fixed call to `astar_shortest_path` in `Graph.shortest_path`.
The transformation of the scene object in world coordinates.
60
+
The global transformation of the scene object in world coordinates, computed by multiplying all transformations from the scene object to the root of the scene tree.
61
+
(NOTE: Changed from 2.11.0, there will no longer be the option of additional transformation in relation to the object's frame)
62
+
frame : :class:`compas.geometry.Frame`
63
+
The frame of the local coordinate system of the scene object, derived from the `worldtransformation`.
0 commit comments