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 877d71a541 - Show all commits

Binary file not shown.

View File

@ -11,3 +11,4 @@
axis_angle_to_rotation.rst
euler_to_rotation.rst
rotation_to_euler.rst
rotation_to_quaternion.rst

View File

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