|
Blender
V2.93
|
#include "BLI_math_rotation.h"#include "UI_interface.h"#include "UI_resources.h"#include "node_geometry_util.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Variables | |
| static bNodeSocketTemplate | geo_node_align_rotation_to_vector_in [] |
| static bNodeSocketTemplate | geo_node_align_rotation_to_vector_out [] |
|
static |
Definition at line 38 of file node_geo_align_rotation_to_vector.cc.
References col, IFACE_, ptr, UI_ITEM_R_EXPAND, uiItemR(), uiLayoutColumn(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_align_rotation_to_vector().
| void register_node_type_geo_align_rotation_to_vector | ( | void | ) |
Definition at line 214 of file node_geo_align_rotation_to_vector.cc.
References bNodeType::draw_buttons, GEO_NODE_ALIGN_ROTATION_TO_VECTOR, blender::nodes::geo_node_align_rotation_to_vector_exec(), geo_node_align_rotation_to_vector_in, blender::nodes::geo_node_align_rotation_to_vector_init(), geo_node_align_rotation_to_vector_layout(), geo_node_align_rotation_to_vector_out, blender::nodes::geo_node_align_rotation_to_vector_update(), geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_socket_templates(), node_type_storage(), node_type_update(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 24 of file node_geo_align_rotation_to_vector.cc.
Referenced by register_node_type_geo_align_rotation_to_vector().
|
static |
Definition at line 33 of file node_geo_align_rotation_to_vector.cc.
Referenced by register_node_type_geo_align_rotation_to_vector().