|
Blender V5.0
|
Classes | |
| class | SampleNearestSurfaceFunction |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 25 of file node_geo_sample_nearest_surface.cc.
References b, bNode::custom1, blender::nodes::SocketDeclaration::description, blender::bke::GeometryComponent::Mesh, NODE_DEFAULT_INPUT_POSITION_FIELD, and blender::nodes::SocketDeclaration::structure_type.
Referenced by node_register().
|
static |
Definition at line 69 of file node_geo_sample_nearest_surface.cc.
References CD_PROP_STRING, bNode::custom1, IFACE_, blender::nodes::NodeDeclaration::inputs, params, blender::nodes::search_link_ops_for_declarations(), and blender::bke::socket_type_to_custom_data_type().
Referenced by node_register().
|
static |
Definition at line 188 of file node_geo_sample_nearest_surface.cc.
References blender::nodes::Error, blender::nodes::execute_multi_function_on_value_variant(), params, and TIP_.
Referenced by node_register().
|
static |
Definition at line 64 of file node_geo_sample_nearest_surface.cc.
References CD_PROP_FLOAT, and bNode::custom1.
Referenced by node_register().
|
static |
Definition at line 59 of file node_geo_sample_nearest_surface.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 272 of file node_geo_sample_nearest_surface.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, GEO_NODE_SAMPLE_NEAREST_SURFACE, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::Middle, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_declare(), node_gather_link_searches(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_size_preset(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 260 of file node_geo_sample_nearest_surface.cc.
References blender::nodes::enums::attribute_type_type_with_socket_fn(), CD_PROP_FLOAT, NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_attribute_type_items.
Referenced by node_register().