|
Blender V5.0
|
Classes | |
| class | ScaleOperation |
Functions | |
| static void | cmp_node_scale_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_scale (bNodeTree *, bNode *node) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
Variables | |
| static const EnumPropertyItem | type_items [] |
| static const EnumPropertyItem | frame_type_items [] |
|
static |
Definition at line 49 of file node_composite_scale.cc.
References blender::nodes::DeclarationListBuilder::add_input(), b, CMP_NODE_EXTENSION_MODE_CLIP, CMP_NODE_INTERPOLATION_BILINEAR, CMP_NODE_SCALE_ABSOLUTE, CMP_NODE_SCALE_RELATIVE, CMP_NODE_SCALE_RENDER_SIZE, CMP_NODE_SCALE_RENDER_SIZE_STRETCH, CMP_SCALE_MAX, blender::nodes::SocketDeclaration::compositor_realization_mode(), frame_type_items, blender::nodes::None, blender::nodes::SocketDeclaration::optional_label, rna_enum_node_compositor_extension_items, rna_enum_node_compositor_interpolation_items, blender::nodes::SocketDeclaration::structure_type, and type_items.
|
static |
Definition at line 395 of file node_composite_scale.cc.
|
static |
Definition at line 99 of file node_composite_scale.cc.
References data, MEM_callocN(), and bNode::storage.
|
static |
Definition at line 42 of file node_composite_scale.cc.
Referenced by cmp_node_scale_declare().
|
static |
Definition at line 33 of file node_composite_scale.cc.
Referenced by cmp_node_scale_declare().