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 353e2d1171 - Show all commits

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

Binary file not shown.

View File

@ -10,3 +10,4 @@
rotate_euler.rst
axis_angle_to_rotation.rst
euler_to_rotation.rst
rotation_to_euler.rst

View File

@ -0,0 +1,25 @@
.. index:: Geometry Nodes; Roation to Euler
.. _bpy.types.FunctionNodeRotationToEuler:
**********************
Rotation to Euler Node
**********************
.. figure:: /images/node-types_FunctionNodeRotationToEuler.png
:align: right
:alt: Rotation to Euler node.
The *Rotation to Euler* node creates an Euler rotaion.
Inputs
======
Rotation
X, Y, Z Rotation in degrees.
Outputs
=======
Euler
The Euler rotation.