|
Blender V4.5
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_shader_buts_mapping (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static const char * | gpu_shader_get_name (int mode) |
| static int | gpu_shader_mapping (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| static void | node_shader_update_mapping (bNodeTree *ntree, bNode *node) |
|
static |
Definition at line 49 of file node_shader_mapping.cc.
References gpu_shader_get_name(), NODE_MAPPING_TYPE_NORMAL, NODE_MAPPING_TYPE_POINT, NODE_MAPPING_TYPE_TEXTURE, and NODE_MAPPING_TYPE_VECTOR.
Referenced by gpu_shader_get_name(), and gpu_shader_mapping().
|
static |
Definition at line 64 of file node_shader_mapping.cc.
References bNode::custom1, gpu_shader_get_name(), gpu_shader_mapping(), GPU_stack_link(), in, and out.
Referenced by gpu_shader_mapping().
|
static |
Definition at line 16 of file node_shader_mapping.cc.
References b, FLT_MAX, min, node_declare(), PROP_EULER, PROP_TRANSLATION, and PROP_XYZ.
Referenced by node_declare().
|
static |
Definition at line 44 of file node_shader_mapping.cc.
References node_shader_buts_mapping(), uiLayout::prop(), and UI_ITEM_R_SPLIT_EMPTY_NAME.
Referenced by node_shader_buts_mapping().
|
static |
Definition at line 77 of file node_shader_mapping.cc.
References bNode::custom1, ELEM, blender::bke::node_find_socket(), NODE_MAPPING_TYPE_POINT, NODE_MAPPING_TYPE_TEXTURE, blender::bke::node_set_socket_availability(), node_shader_update_mapping(), and SOCK_IN.
Referenced by node_shader_update_mapping().