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
## [2.7.2] - 2024-11-08
### Bug Fixes
- [SPLB-315] Fixed a bug where the `DrawSplineTool` icon was missing in the tools overlay.
- [STO-3434] Fixed a bug where the `DrawSplineTool` would prevent the use of the view tool.
- [STO-3435] Fixed a bug where the `DrawSplineTool` would not display the tool settings anymore.
- [SPLB-296] Fixed a bug where a log message would appear in the console when 2 knots are at the same position with 0-length tangents.
- [SPLB-304] Fixed a bug where an exception would be thrown when using `SplineInstantiate` with linear distance instantiate method and multiple splines.
- Fixed some failures related to the inline API documentation.
- [SPLB-302] Fixed a bug where an exception would be thrown when adding a knot to a closed spline from inspector.
- [SPLB-311] Fixed a bug where `SplineAnimate` component would not function properly with non-uniform scale transforms.
- Fixed compilation errors in builds
- [SPLB-310] Fixed mesh extrude not being saved when a change is applied to a mesh asset.
- [SPLB-303] Fixed a bug where spline section foldout labels (shape extrude, geometry, advanced) did not unfold the sections when clicked.
- [SPLB-294] Fixed a bug where adding new splines by using the `SplineContainer` inspector would dirty all open scenes.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ All notable changes to this package will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.7.2] - 2024-11-08
9
+
10
+
### Bug Fixes
11
+
-[SPLB-315] Fixed a bug where the `DrawSplineTool` icon was missing in the tools overlay.
12
+
-[STO-3434] Fixed a bug where the `DrawSplineTool` would prevent the use of the view tool.
13
+
-[STO-3435] Fixed a bug where the `DrawSplineTool` would not display the tool settings anymore.
14
+
-[SPLB-296] Fixed a bug where a log message would appear in the console when 2 knots are at the same position with 0-length tangents.
15
+
-[SPLB-304] Fixed a bug where an exception would be thrown when using `SplineInstantiate` with linear distance instantiate method and multiple splines.
16
+
- Fixed some failures related to the inline API documentation.
17
+
-[SPLB-302] Fixed a bug where an exception would be thrown when adding a knot to a closed spline from inspector.
18
+
-[SPLB-311] Fixed a bug where `SplineAnimate` component would not function properly with non-uniform scale transforms.
19
+
- Fixed compilation errors in builds
20
+
-[SPLB-310] Fixed mesh extrude not being saved when a change is applied to a mesh asset.
21
+
-[SPLB-303] Fixed a bug where spline section foldout labels (shape extrude, geometry, advanced) did not unfold the sections when clicked.
22
+
-[SPLB-294] Fixed a bug where adding new splines by using the `SplineContainer` inspector would dirty all open scenes.
0 commit comments