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

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

Binary file not shown.

View File

@ -0,0 +1,28 @@
.. index:: Geometry Nodes; Axis Angle to Rotation
.. _bpy.types.FunctionNodeAxisAngleToRotation:
**************************
Axis Angle to Rotation
**************************
.. figure:: /images/node-types_FunctionNodeAxisAngleToRotation.png
:align: right
:alt: Axis Angle to Rotation node.
The *Axis Angle to Rotation* node creates a Rotation from a rotaton angle around an axis.
Inputs
======
Axis
The axis to rotate around.
Angle
The rotation angle around the axis.
Outputs
=======
Rotation
The X, Y, Z Rotation in degrees.

View File

@ -8,3 +8,5 @@
align_euler_to_vector.rst
rotate_euler.rst
axis_angle_to_rotation.rst