|
Blender V4.5
|
Enumerations | |
| enum class | InterpolationMode { Nearest = 0 , TriLinear = 1 , TriQuadratic = 2 } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static std::optional< eNodeSocketDatatype > | node_type_for_socket_type (const bNodeSocket &socket) |
| static void | node_gather_link_search_ops (GatherLinkSearchOpParams ¶ms) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static const EnumPropertyItem * | data_type_filter_fn (bContext *, PointerRNA *, PropertyRNA *, bool *r_free) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
| Enumerator | |
|---|---|
| Nearest | |
| TriLinear | |
| TriQuadratic | |
Definition at line 26 of file node_geo_sample_grid.cc.
|
static |
Definition at line 244 of file node_geo_sample_grid.cc.
References data_type_filter_fn(), ELEM, blender::nodes::enum_items_filter(), rna_enum_node_socket_data_type_items, SOCK_BOOLEAN, SOCK_FLOAT, SOCK_INT, SOCK_VECTOR, and EnumPropertyItem::value.
Referenced by data_type_filter_fn(), and node_rna().
|
static |
Definition at line 32 of file node_geo_sample_grid.cc.
References b, bNode::custom1, node_declare(), and NODE_DEFAULT_INPUT_POSITION_FIELD.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 63 of file node_geo_sample_grid.cc.
References blender::nodes::GatherLinkSearchOpParams::add_item(), blender::nodes::LinkSearchOpParams::add_node(), bNode::custom1, IFACE_, blender::nodes::GatherLinkSearchOpParams::in_out(), node_gather_link_search_ops(), blender::nodes::LinkSearchOpParams::node_tree, node_type_for_socket_type(), blender::nodes::GatherLinkSearchOpParams::other_socket(), SOCK_IN, SOCK_VECTOR, bNodeTree::typeinfo, U, blender::nodes::LinkSearchOpParams::update_and_connect_available_socket(), and USER_EXPERIMENTAL_TEST.
Referenced by node_gather_link_search_ops(), and node_register().
|
static |
Definition at line 217 of file node_geo_sample_grid.cc.
References blender::nodes::FieldOperation::Create(), bNode::custom1, bNode::custom2, blender::nodes::GeoNodeExecParams::extract_input(), blender::bke::get_implicit_type_conversions(), blender::nodes::GeoNodeExecParams::node(), node_geo_exec(), blender::nodes::node_geo_exec_with_missing_openvdb(), blender::nodes::GeoNodeExecParams::set_default_remaining_outputs(), blender::nodes::GeoNodeExecParams::set_output(), and blender::bke::socket_type_to_geo_nodes_base_cpp_type().
Referenced by node_geo_exec(), and node_register().
Definition at line 102 of file node_geo_sample_grid.cc.
References bNode::custom1, bNode::custom2, node_init(), SOCK_FLOAT, and TriLinear.
Referenced by node_init(), and node_register().
|
static |
Definition at line 96 of file node_geo_sample_grid.cc.
References node_layout(), uiLayout::prop(), and UI_ITEM_NONE.
Referenced by node_layout(), and node_register().
|
static |
Definition at line 283 of file node_geo_sample_grid.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_GRID, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, node_declare(), node_gather_link_search_ops(), node_geo_exec(), node_init(), node_layout(), node_register(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, and blender::bke::bNodeType::ui_name.
Referenced by node_register().
|
static |
Definition at line 256 of file node_geo_sample_grid.cc.
References data_type_filter_fn(), Nearest, NOD_inline_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), rna_enum_node_socket_data_type_items, SOCK_FLOAT, TriLinear, and TriQuadratic.
Referenced by node_register(), and node_rna().
|
static |
Definition at line 46 of file node_geo_sample_grid.cc.
References node_type_for_socket_type(), SOCK_BOOLEAN, SOCK_FLOAT, SOCK_INT, SOCK_RGBA, SOCK_VECTOR, and bNodeSocket::type.
Referenced by node_gather_link_search_ops(), and node_type_for_socket_type().