We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47847a commit 6836cfdCopy full SHA for 6836cfd
CHANGELOG.md
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
15
### Changed
16
17
+* Changed constructor plugin `compas.geometry.curves.new_curve` to use `super(Curve, cls)` (otherwise it doesn't work).
18
+* Changed constructor plugin `compas.geometry.curves.new_nurbscurve` to use `super(NurbsCurve, cls)` (otherwise it doesn't work).
19
+
20
### Removed
21
22
0 commit comments