|
Blender V4.3
|
#include "BKE_context.hh"#include "BKE_lib_id.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "COM_node_operation.hh"#include "node_composite_util.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_composite_switchview_cc::SwitchViewOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_switchview_cc |
Functions | |
| static void | blender::nodes::node_composite_switchview_cc::node_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_switchview_cc::init_switch_view (const bContext *C, PointerRNA *ptr) |
| static NodeOperation * | blender::nodes::node_composite_switchview_cc::get_compositor_operation (Context &context, DNode node) |
| void | register_node_type_cmp_switch_view () |
| void register_node_type_cmp_switch_view | ( | ) |
Definition at line 84 of file node_composite_switchview.cc.
References cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::get_compositor_operation, blender::bke::bNodeType::initfunc_api, NODE_CLASS_CONVERTER, and blender::bke::node_register_type().
Referenced by register_composite_nodes().