From 8b5b4dcb959f31d45a2de6ccbbd3095ad3e9b389 Mon Sep 17 00:00:00 2001 From: "Ilya V. Portnov" Date: Thu, 14 Nov 2024 22:05:01 +0500 Subject: [PATCH] Update documentation --- docs/nodes/exchange/bezier_in.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/nodes/exchange/bezier_in.rst b/docs/nodes/exchange/bezier_in.rst index fb627b0824..9c7b44d4db 100644 --- a/docs/nodes/exchange/bezier_in.rst +++ b/docs/nodes/exchange/bezier_in.rst @@ -48,4 +48,9 @@ This node has the following outputs: * **Curves**. Generated Curve objects. * **ControlPoints**. Control points of Bezier curves. This output contains a list of 4 points for each segments of each Bezier curve. * **Matrices**. Transformation matrices of selected objects. +* **Tilt**. Tilt values from Blender's curve object. This output contains one + value for each Bezier's control point in Blender terms (or, in more strict + terms, one value for each point where one Bezier segment ends and new one + starts). +* **Radius**. Radius values from Blender's curve object. Similar to **Tilt** output.