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
5 changed files with 59 additions and 0 deletions
Showing only changes of commit 3a6e20806d - Show all commits

BIN
manual/images/node-types_FunctionNodeInvertRotation.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
manual/images/node-types_FunctionNodeRotateVector.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -8,8 +8,10 @@
align_euler_to_vector.rst
rotate_euler.rst
rotate_vector.rst
axis_angle_to_rotation.rst
euler_to_rotation.rst
rotation_to_euler.rst
rotation_to_quaternion.rst
quaternion_to_rotation.rst
invert_rotation.rst

View File

@ -0,0 +1,24 @@
.. index:: Geometry Nodes; Invert Rotation
.. _bpy.types.FunctionNodeInvertRotation:
********************
Invert Rotation Node
********************
.. figure:: /images/node-types_FunctionNodeInvertRotation.png
:align: right
:alt: Invert Rotation node.
The *Invert Rotation* node inverts a rotation.
Inputs
======
Rotation
X, Y, Z rotation value in degrees.
Outputs
=======
Rotation
The inverted rotation.

View File

@ -0,0 +1,27 @@
.. index:: Geometry Nodes; Rotate Vector
.. _bpy.types.FunctionNodeRotateVector:
******************
Rotate Vector Node
******************
.. figure:: /images/node-types_FunctionNodeRotateVector.png
:align: right
:alt: Rotate Vector node.
The *Rotate Vector* node rotates a vector by a given rotation value.
Inputs
======
Vector
The vector to rotate.
Rotation
X, Y, Z rotation value in degrees.
Outputs
=======
Vector
The rotated vector.