|
Blender V5.0
|
#include "BLI_listbase.h"#include "BKE_context.hh"#include "BKE_lib_id.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) |
| static void | register_node_type_cmp_switch_view () |
|
static |
Definition at line 85 of file node_composite_switchview.cc.
References CMP_NODE_SWITCH_VIEW, cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::get_compositor_operation, blender::bke::bNodeType::initfunc_api, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.