|
Blender V4.3
|
Functions | |
| static void | node_shader_buts_script (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_shader_buts_script_ex (uiLayout *layout, bContext *C, PointerRNA *ptr) |
| static void | init (bNodeTree *, bNode *node) |
| static void | node_free_script (bNode *node) |
| static void | node_copy_script (bNodeTree *, bNode *dest_node, const bNode *src_node) |
Definition at line 50 of file node_shader_script.cc.
|
static |
Definition at line 69 of file node_shader_script.cc.
References NodeShaderScript::bytecode, MEM_dupallocN, and bNode::storage.
|
static |
Definition at line 56 of file node_shader_script.cc.
References NodeShaderScript::bytecode, and MEM_freeN().
|
static |
Definition at line 18 of file node_shader_script.cc.
References NODE_SCRIPT_INTERNAL, ptr, RNA_enum_get(), UI_ITEM_R_EXPAND, UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemO(), uiItemR(), and uiLayoutRow().
Referenced by node_shader_buts_script_ex().
|
static |
Definition at line 37 of file node_shader_script.cc.
References NODE_SCRIPT_EXTERNAL, node_shader_buts_script(), ptr, RNA_enum_get(), UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemR(), and uiItemS().