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.5.2] - 2023-12-22
### Added
- [SPLB-222] Added safety checks to spline changed events.
### Changed
- [SPLB-233] Removed transform handles while dragging a knot using direct manipulation.
- [SPLB-234] Removed unnecessary spline metadata which was saved on disk.
### Bug Fixes
- [SPLB-230] Fixed a bug where modifying the tangent mode on the last knot would change the spline shape unpredictably.
- [SPLB-225] Fixed a bug where closing a Spline with the `Draw Splines Tool` had inconsistent behaviour.
- [SPLB-236] Fixed a bug where the spline instantiate inspector was throwing an exception when the selection contained objects without that component.
- [SPLB-235] Fixed a bug where hovering a knot was create highlights when dragging tangents.
- [SPLB-234] Fixed a bug where it was impossible to add a knot on the latest added knot.
- [SPLB-214] Fixed an exception that would when adding a spline via the inspector if no other spline exists.
- [SPLB-226] Fixed broken preview when adding knots to a closed spline
Copy file name to clipboardExpand all lines: Documentation~/element-inspector.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,7 @@ To access the Element Inspector overlay, select knots or tangents on splines in
16
16
|**Out**| Set the magnitude and direction of the knot's **Out** tangent. The **Out** tangent defines the curvature of the segment that exits the knot. </br> </br> This property is visible only when you select knots. |
17
17
|**Magnitude**| Set the magnitude of a tangent. </br> </br> A tangent's magnitude determines how much that tangent affects the curvature of its respective segment. A high magnitude value increases a tangent's influence on a segment's curvature and a low value decreases it. </br> </br> This property is visible only when you select tangents. |
18
18
|**Direction**| Set the direction that a tangent points to from its knot. </br> </br> This property is visible only when you select tangents. |
19
-
|**Link**| Set knots to the same position and link them. |
20
-
|**Unlink**| Unlink knots. |
21
-
|**Split**| Divide a knot with two segments into two knots. |
22
-
|**Join**| Connect the ends of two splines to each other. |
23
-
|**Reverse Spline Flow**| Reverse the direction of a spline. |
19
+
24
20
25
21
26
22
## Additional resources
@@ -29,4 +25,4 @@ To access the Element Inspector overlay, select knots or tangents on splines in
29
25
-[**Link and unlink knots**](link-unlink-knots.md)
30
26
-[**Split knots**](split-knots.md)
31
27
-[**Join knots**](join-knots.md)
32
-
<!-- [**Set Spline Flow**](spline-flow.md)-->
28
+
-[**Reverse the flow of a spline**](reverse-spline-flow.md)
Copy file name to clipboardExpand all lines: Documentation~/link-unlink-knots.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,42 +7,44 @@ Use linked knots to create a spline with branched paths. For example, you can cr
7
7
- A river with tributaries
8
8
- A diverging sets of mountain paths.
9
9
10
-
You can link knots in the Element Inspector overlay or with the **Draw Splines Tool** in the [Scene view](xref:UsingTheSceneView). Use the Element Inspector overlay to unlink knots.
10
+
You can link knots in the Scene view context menu or with the **Draw Splines Tool** in the [Scene view](xref:UsingTheSceneView). Use the Scene view context menu to unlink knots.
11
11
12
12
> [!NOTE]
13
13
> You can link more than two knots to each other. If you link knots that are already linked to other knots, all the knots link to each other.
14
14
15
15
## Link knots with the Draw Splines Tool
16
16
17
17
To create a linked knot with the **Draw Splines Tool**:
1. In the Tools overlay, select the **Draw Splines Tool**.
11
11
1. In the Tools Settings overlay, select **[Auto](tangent-modes.md#auto-tangent-mode)** or **[Linear](tangent-modes.md#linear-tangent-mode)** from the dropdown menu.
Copy file name to clipboardExpand all lines: Documentation~/select-tangent-mode.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
@@ -3,7 +3,7 @@
3
3
You can select a [tangent mode](tangent-modes.md) for a knot. The tangent mode determines the curve between selected knots or all the knots on a selected spline.
0 commit comments