We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db2660 commit 5fe74baCopy full SHA for 5fe74ba
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
14
+* Fixed bug in `compas_model.models.Model.transformation`.
15
+
16
### Removed
17
18
src/compas_model/models/model.py
@@ -163,7 +163,7 @@ def kdtree(self) -> KDTree:
163
164
@property
165
def transformation(self) -> Transformation:
166
- return self._frame
+ return self._transformation
167
168
@transformation.setter
169
def transformation(self, transformation: Transformation) -> None:
0 commit comments