|
Blender V4.5
|
Classes | |
| class | SocketSearchOp |
| class | GlareOperation |
Functions | |
| static void | cmp_node_glare_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_glare (bNodeTree *, bNode *node) |
| static void | node_update (bNodeTree *ntree, bNode *node) |
| static void | gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
|
static |
Definition at line 54 of file node_composite_glare.cc.
References blender::nodes::DeclarationListBuilder::add_input(), blender::nodes::DeclarationListBuilder::add_panel(), b, cmp_node_glare_declare(), CMP_NODE_GLARE_FOG_GLOW, blender::nodes::decl::Bool::default_value, blender::nodes::decl::Color::default_value, blender::nodes::decl::Float::default_value, blender::nodes::decl::Int::default_value, blender::nodes::SocketDeclaration::description, uiLayout::label(), max, min, uiLayout::prop(), PROP_ANGLE, PROP_FACTOR, RNA_enum_get(), RPT_, and UI_ITEM_R_SPLIT_EMPTY_NAME.
Referenced by cmp_node_glare_declare().
|
static |
Definition at line 234 of file node_composite_glare.cc.
References blender::nodes::GatherLinkSearchOpParams::add_item(), CMP_NODE_GLARE_BLOOM, CMP_NODE_GLARE_FOG_GLOW, CMP_NODE_GLARE_GHOST, CMP_NODE_GLARE_SIMPLE_STAR, CMP_NODE_GLARE_STREAKS, gather_link_searches(), IFACE_, blender::nodes::GatherLinkSearchOpParams::node_tree(), blender::nodes::GatherLinkSearchOpParams::other_socket(), SOCK_RGBA, bNodeSocket::type, and bNodeTree::typeinfo.
Referenced by gather_link_searches().
|
static |
Definition at line 2405 of file node_composite_glare.cc.
References get_compositor_operation().
Referenced by get_compositor_operation().
|
static |
Definition at line 178 of file node_composite_glare.cc.
References CMP_NODE_GLARE_STREAKS, MEM_callocN(), node_composit_init_glare(), NodeGlare::quality, bNode::storage, and NodeGlare::type.
Referenced by node_composit_init_glare().
|
static |
Definition at line 186 of file node_composite_glare.cc.
References CMP_NODE_GLARE_BLOOM, CMP_NODE_GLARE_FOG_GLOW, CMP_NODE_GLARE_GHOST, CMP_NODE_GLARE_SIMPLE_STAR, CMP_NODE_GLARE_STREAKS, ELEM, blender::bke::node_find_socket(), blender::bke::node_set_socket_availability(), node_update(), and SOCK_IN.
Referenced by node_update().