|
Blender V5.0
|
Classes | |
| class | SocketSearchOp |
| class | GlareOperation |
Enumerations | |
| enum class | KernelDataType : uint8_t { Float = 0 , Color = 1 } |
Functions | |
| static void | cmp_node_glare_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_glare (bNodeTree *, bNode *node) |
| static void | gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
Variables | |
| static const EnumPropertyItem | type_items [] |
| static const EnumPropertyItem | quality_items [] |
| static const EnumPropertyItem | kernel_data_type_items [] |
|
strong |
| Enumerator | |
|---|---|
| Float | |
| Color | |
Definition at line 70 of file node_composite_glare.cc.
|
static |
Definition at line 90 of file node_composite_glare.cc.
References blender::nodes::DeclarationListBuilder::add_input(), blender::nodes::DeclarationListBuilder::add_panel(), b, CMP_NODE_GLARE_BLOOM, CMP_NODE_GLARE_FOG_GLOW, CMP_NODE_GLARE_GHOST, CMP_NODE_GLARE_KERNEL, CMP_NODE_GLARE_QUALITY_MEDIUM, CMP_NODE_GLARE_SIMPLE_STAR, CMP_NODE_GLARE_STREAKS, CMP_NODE_GLARE_SUN_BEAMS, Color, blender::nodes::PanelDeclarationBuilder::default_closed(), blender::nodes::SocketDeclaration::description, blender::nodes::decl::Vector::dimensions, Float, kernel_data_type_items, min, blender::nodes::SocketDeclaration::optional_label, PROP_ANGLE, PROP_FACTOR, quality_items, blender::nodes::SocketDeclaration::structure_type, blender::nodes::decl::Float::subtype, blender::nodes::Transforms, and type_items.
|
static |
Definition at line 267 of file node_composite_glare.cc.
References CMP_NODE_GLARE_BLOOM, CMP_NODE_GLARE_FOG_GLOW, CMP_NODE_GLARE_GHOST, CMP_NODE_GLARE_KERNEL, CMP_NODE_GLARE_SIMPLE_STAR, CMP_NODE_GLARE_STREAKS, CMP_NODE_GLARE_SUN_BEAMS, IFACE_, params, and SOCK_RGBA.
|
static |
Definition at line 2711 of file node_composite_glare.cc.
References get_compositor_operation().
Referenced by get_compositor_operation().
|
static |
Definition at line 248 of file node_composite_glare.cc.
References MEM_callocN(), and bNode::storage.
|
static |
Definition at line 75 of file node_composite_glare.cc.
Referenced by cmp_node_glare_declare().
|
static |
Definition at line 63 of file node_composite_glare.cc.
Referenced by cmp_node_glare_declare().
|
static |
Definition at line 52 of file node_composite_glare.cc.
Referenced by cmp_node_glare_declare().