|
Blender
V2.93
|
#include <DNA_node_types.h>
Public Attributes | |
| uint8_t | type |
| uint8_t | space |
| uint8_t | input_type_axis |
| uint8_t | input_type_angle |
| uint8_t | input_type_rotation |
| char | _pad [3] |
Definition at line 1199 of file DNA_node_types.h.
| char NodeGeometryRotatePoints::_pad[3] |
Definition at line 1209 of file DNA_node_types.h.
| uint8_t NodeGeometryRotatePoints::input_type_angle |
Definition at line 1207 of file DNA_node_types.h.
Referenced by blender::nodes::geo_node_point_rotate_init(), and blender::nodes::geo_node_point_rotate_update().
| uint8_t NodeGeometryRotatePoints::input_type_axis |
Definition at line 1206 of file DNA_node_types.h.
Referenced by blender::nodes::geo_node_point_rotate_init(), and blender::nodes::geo_node_point_rotate_update().
| uint8_t NodeGeometryRotatePoints::input_type_rotation |
Definition at line 1208 of file DNA_node_types.h.
Referenced by blender::nodes::geo_node_point_rotate_init(), and blender::nodes::geo_node_point_rotate_update().
| uint8_t NodeGeometryRotatePoints::space |
Definition at line 1203 of file DNA_node_types.h.
Referenced by blender::nodes::geo_node_point_rotate_init(), and blender::nodes::point_rotate_on_component().
| uint8_t NodeGeometryRotatePoints::type |
Definition at line 1201 of file DNA_node_types.h.
Referenced by blender::nodes::geo_node_point_rotate_init(), geo_node_point_rotate_layout(), blender::nodes::geo_node_point_rotate_update(), and blender::nodes::point_rotate_on_component().