|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| static void | init (const bContext *C, PointerRNA *ptr) |
| void | register_node_type_cmp_movieclip (void) |
Variables | |
| static bNodeSocketTemplate | cmp_node_movieclip_out [] |
|
static |
Definition at line 39 of file node_composite_movieclip.c.
References C, Scene::clip, CTX_data_scene(), PointerRNA::data, MovieClipUser::framenr, id_us_plus(), MEM_callocN, node, ptr, and scene.
Referenced by register_node_type_cmp_movieclip().
| void register_node_type_cmp_movieclip | ( | void | ) |
Definition at line 51 of file node_composite_movieclip.c.
References CMP_NODE_MOVIECLIP, cmp_node_movieclip_out, cmp_node_type_base(), init(), bNodeType::initfunc_api, NODE_CLASS_INPUT, node_copy_standard_storage(), node_free_standard_storage(), NODE_PREVIEW, node_type_socket_templates(), node_type_storage(), nodeRegisterType(), and NULL.
Referenced by registerCompositNodes().
|
static |
Definition at line 29 of file node_composite_movieclip.c.
Referenced by register_node_type_cmp_movieclip().