|
Blender V4.5
|
Classes | |
| class | ToneMapOperation |
Functions | |
| static void | cmp_node_tonemap_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_tonemap (bNodeTree *, bNode *node) |
| static void | node_composit_buts_tonemap (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_update (bNodeTree *ntree, bNode *node) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
|
static |
Definition at line 33 of file node_composite_tonemap.cc.
References b, cmp_node_tonemap_declare(), blender::nodes::decl::Color::default_value, blender::nodes::decl::Float::default_value, max, min, and PROP_FACTOR.
Referenced by cmp_node_tonemap_declare().
|
static |
Definition at line 479 of file node_composite_tonemap.cc.
References get_compositor_operation().
Referenced by get_compositor_operation().
|
static |
Definition at line 102 of file node_composite_tonemap.cc.
References uiLayout::prop(), ptr, and UI_ITEM_R_SPLIT_EMPTY_NAME.
|
static |
Definition at line 95 of file node_composite_tonemap.cc.
References CMP_NODE_TONE_MAP_PHOTORECEPTOR, MEM_callocN(), bNode::storage, and NodeTonemap::type.
|
static |
Definition at line 107 of file node_composite_tonemap.cc.
References CMP_NODE_TONE_MAP_SIMPLE, blender::bke::node_find_socket(), blender::bke::node_set_socket_availability(), and SOCK_IN.