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 29 additions and 0 deletions
Showing only changes of commit 95cc4f17a2 - Show all commits

Binary file not shown.

View File

@ -12,3 +12,4 @@
euler_to_rotation.rst
rotation_to_euler.rst
rotation_to_quaternion.rst
quaternion_to_rotation.rst

View File

@ -0,0 +1,25 @@
.. index:: Geometry Nodes; Quaternion to Rotation
.. _bpy.types.FunctionNodeQuaternionToRotation:
***************************
Quaternion to Rotation Node
***************************
.. figure:: /images/node-types_FunctionNodeQuaternionToRotation.png
:align: right
:alt: Quaternion to Rotation node.
The *Quaternion to Rotation* node creates a rotation value from a quaternion.
Inputs
======
Quaternion
The W, X, Y, Z quaternion values.
Outputs
=======
Rotation
The X, Y, Z rotation in degrees.