|
Blender
V2.93
|
#include "node_composite_util.h"Go to the source code of this file.
Functions | |
| static void | node_composit_init_map_value (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_cmp_map_value (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_map_value_in [] |
| static bNodeSocketTemplate | cmp_node_map_value_out [] |
Definition at line 36 of file node_composite_mapValue.c.
References BKE_texture_mapping_add(), node, and TEXMAP_TYPE_POINT.
Referenced by register_node_type_cmp_map_value().
| void register_node_type_cmp_map_value | ( | void | ) |
Definition at line 41 of file node_composite_mapValue.c.
References CMP_NODE_MAP_VALUE, cmp_node_map_value_in, cmp_node_map_value_out, cmp_node_type_base(), NODE_CLASS_OP_VECTOR, node_composit_init_map_value(), node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_socket_templates(), node_type_storage(), and nodeRegisterType().
Referenced by registerCompositNodes().
|
static |
Definition at line 27 of file node_composite_mapValue.c.
Referenced by register_node_type_cmp_map_value().
|
static |
Definition at line 31 of file node_composite_mapValue.c.
Referenced by register_node_type_cmp_map_value().