|
Blender V4.3
|
#include <cmath>#include "BLI_assert.h"#include "BLI_math_base.hh"#include "BLI_math_vector.hh"#include "BLI_math_vector_types.hh"#include "RNA_access.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "IMB_colormanagement.hh"#include "COM_algorithm_parallel_reduction.hh"#include "COM_node_operation.hh"#include "COM_utilities.hh"#include "node_composite_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_composite_tonemap_cc::ToneMapOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_tonemap_cc |
Functions | |
| static void | blender::nodes::node_composite_tonemap_cc::cmp_node_tonemap_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_tonemap_cc::node_composit_init_tonemap (bNodeTree *, bNode *node) |
| static void | blender::nodes::node_composite_tonemap_cc::node_composit_buts_tonemap (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static NodeOperation * | blender::nodes::node_composite_tonemap_cc::get_compositor_operation (Context &context, DNode node) |
| void | register_node_type_cmp_tonemap () |
| void register_node_type_cmp_tonemap | ( | ) |
Definition at line 325 of file node_composite_tonemap.cc.
References cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::get_compositor_operation, blender::bke::bNodeType::initfunc, NODE_CLASS_OP_COLOR, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), and blender::bke::node_type_storage().
Referenced by register_composite_nodes().