|
Blender V4.3
|
#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_switch_cc::SwitchOperation |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_composite_switch_cc |
Functions | |
| static void | blender::nodes::node_composite_switch_cc::cmp_node_switch_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_composite_switch_cc::node_composit_buts_switch (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static NodeOperation * | blender::nodes::node_composite_switch_cc::get_compositor_operation (Context &context, DNode node) |
| void | register_node_type_cmp_switch () |
| void register_node_type_cmp_switch | ( | ) |
Definition at line 58 of file node_composite_switch.cc.
References cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::Default, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::get_compositor_operation, NODE_CLASS_LAYOUT, blender::bke::node_register_type(), and blender::bke::node_type_size_preset().
Referenced by register_composite_nodes().