|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| void | register_node_type_cmp_math (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_math_in [] |
| static bNodeSocketTemplate | cmp_node_math_out [] = {{SOCK_FLOAT, N_("Value")}, {-1, ""}} |
| void register_node_type_cmp_math | ( | void | ) |
Definition at line 35 of file node_composite_math.c.
References CMP_NODE_MATH, cmp_node_math_in, cmp_node_math_out, cmp_node_type_base(), NODE_CLASS_CONVERTOR, node_math_label(), node_math_update(), node_type_label(), node_type_socket_templates(), node_type_update(), and nodeRegisterType().
Referenced by registerCompositNodes().
|
static |
Definition at line 27 of file node_composite_math.c.
Referenced by register_node_type_cmp_math().
|
static |
Definition at line 33 of file node_composite_math.c.
Referenced by register_node_type_cmp_math().