Blender
V3.3
|
Functions | |
static void | CMP_NODE_CONVERT_COLOR_SPACE_declare (NodeDeclarationBuilder &b) |
static void | node_composit_init_convert_colorspace (bNodeTree *UNUSED(ntree), bNode *node) |
static void | node_composit_buts_convert_colorspace (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
|
static |
Definition at line 19 of file node_composite_convert_color_space.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_cmp_convert_color_space().
|
static |
Definition at line 42 of file node_composite_convert_color_space.cc.
References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, and uiItemR().
Referenced by register_node_type_cmp_convert_color_space().
|
static |
Definition at line 25 of file node_composite_convert_color_space.cc.
References COLOR_ROLE_SCENE_LINEAR, NodeConvertColorSpace::from_color_space, IMB_colormanagement_role_colorspace_name_get(), MEM_callocN, node, STRNCPY, and NodeConvertColorSpace::to_color_space.
Referenced by register_node_type_cmp_convert_color_space().