Nodes Rotation Socket Documentation #104584

Merged
Dalai Felinto merged 15 commits from Sam-Aldhaher/blender-manual:blender-v4.0_rotation_nodes into blender-v4.0-release 2023-10-23 12:19:41 +02:00
3 changed files with 7 additions and 7 deletions
Showing only changes of commit 9eaced1708 - Show all commits

View File

@ -9,7 +9,7 @@ Axis Angle to Rotation Node
:align: right
:alt: Axis Angle to Rotation node.
The *Axis Angle to Rotation* node creates a Rotation from a rotaton angle around an axis.
The *Axis Angle to Rotation* node converts the rotation angle around an axis into a rotation value.
Inputs
======
@ -25,4 +25,4 @@ Outputs
=======
Rotation
The X, Y, Z Rotation in degrees.
The X, Y, Z rotation in degrees.

View File

@ -9,7 +9,7 @@ Euler to Rotation Node
:align: right
:alt: Euler to Rotation node.
The *Euler to Rotation* node creates a Rotation.
The *Euler to Rotation* node creates a rotation value from an Euler rotation.
Inputs
======
@ -22,4 +22,4 @@ Outputs
=======
Rotation
The X, Y, Z Rotation in degrees.
The X, Y, Z rotation in degrees.

View File

@ -9,17 +9,17 @@ Rotation to Euler Node
:align: right
:alt: Rotation to Euler node.
The *Rotation to Euler* node creates an Euler rotaion.
The *Rotation to Euler* node creates an Euler rotation from a rotation value.
Inputs
======
Rotation
X, Y, Z Rotation in degrees.
X, Y, Z rotation in degrees.
Outputs
=======
Euler
The Euler rotation.
The Euler values of the rotation.