|
Blender V5.0
|
Classes | |
| class | RelativeToPixelOperation |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_update (bNodeTree *ntree, bNode *node) |
| static void | node_rna (StructRNA *srna) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
| static void | register_node () |
|
static |
Definition at line 243 of file node_composite_relative_to_pixel.cc.
Referenced by register_node().
|
static |
Definition at line 21 of file node_composite_relative_to_pixel.cc.
References b, blender::nodes::decl::Vector::dimensions, min, blender::nodes::None, PROP_FACTOR, blender::nodes::SocketDeclaration::structure_type, and blender::nodes::decl::Float::subtype.
Referenced by register_node().
|
static |
Definition at line 46 of file node_composite_relative_to_pixel.cc.
References CMP_NODE_RELATIVE_TO_PIXEL_DATA_TYPE_FLOAT, CMP_NODE_RELATIVE_TO_PIXEL_REFERENCE_DIMENSION_X, bNode::custom1, and bNode::custom2.
Referenced by register_node().
|
static |
Definition at line 148 of file node_composite_relative_to_pixel.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by register_node().
|
static |
Definition at line 84 of file node_composite_relative_to_pixel.cc.
References CMP_NODE_RELATIVE_TO_PIXEL_DATA_TYPE_FLOAT, CMP_NODE_RELATIVE_TO_PIXEL_DATA_TYPE_VECTOR, CMP_NODE_RELATIVE_TO_PIXEL_REFERENCE_DIMENSION_DIAGONAL, CMP_NODE_RELATIVE_TO_PIXEL_REFERENCE_DIMENSION_GREATER, CMP_NODE_RELATIVE_TO_PIXEL_REFERENCE_DIMENSION_PER_DIMENSION, CMP_NODE_RELATIVE_TO_PIXEL_REFERENCE_DIMENSION_SMALLER, CMP_NODE_RELATIVE_TO_PIXEL_REFERENCE_DIMENSION_X, CMP_NODE_RELATIVE_TO_PIXEL_REFERENCE_DIMENSION_Y, NOD_inline_enum_accessors, and blender::nodes::RNA_def_node_enum().
Referenced by register_node().
|
static |
Definition at line 52 of file node_composite_relative_to_pixel.cc.
References CMP_NODE_RELATIVE_TO_PIXEL_DATA_TYPE_FLOAT, CMP_NODE_RELATIVE_TO_PIXEL_DATA_TYPE_VECTOR, CMP_NODE_RELATIVE_TO_PIXEL_REFERENCE_DIMENSION_PER_DIMENSION, bNode::custom1, bNode::custom2, blender::bke::node_find_socket(), blender::bke::node_set_socket_availability(), SOCK_IN, and SOCK_OUT.
Referenced by register_node().
|
static |
Definition at line 248 of file node_composite_relative_to_pixel.cc.
References cmp_node_type_base(), blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::get_compositor_operation, get_compositor_operation(), blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, node_declare(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), node_update(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, blender::bke::bNodeType::ui_name, and blender::bke::bNodeType::updatefunc.