Blender
V3.3
|
#include "node_geometry_util.hh"
#include "UI_interface.h"
#include "UI_resources.h"
#include "BKE_attribute_math.hh"
#include "BLI_task.hh"
#include "NOD_socket_search_link.hh"
Go to the source code of this file.
Classes | |
class | blender::nodes::node_geo_field_at_index_cc::FieldAtIndex |
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_geo_field_at_index_cc | |
Functions | |
static void | blender::nodes::node_geo_field_at_index_cc::node_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_geo_field_at_index_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | blender::nodes::node_geo_field_at_index_cc::node_init (bNodeTree *UNUSED(tree), bNode *node) |
static void | blender::nodes::node_geo_field_at_index_cc::node_update (bNodeTree *ntree, bNode *node) |
static void | blender::nodes::node_geo_field_at_index_cc::node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
static StringRefNull | blender::nodes::node_geo_field_at_index_cc::identifier_suffix (eCustomDataType data_type) |
static void | blender::nodes::node_geo_field_at_index_cc::node_geo_exec (GeoNodeExecParams params) |
void | register_node_type_geo_field_at_index () |
Definition at line 185 of file node_geo_field_at_index.cc.
References bNodeType::declare, bNodeType::draw_buttons, bNodeType::gather_link_search_ops, GEO_NODE_FIELD_AT_INDEX, geo_node_type_base(), bNodeType::geometry_node_execute, bNodeType::initfunc, NODE_CLASS_CONVERTER, blender::nodes::node_geo_field_at_index_cc::node_declare(), blender::nodes::node_geo_field_at_index_cc::node_gather_link_searches(), blender::nodes::node_geo_field_at_index_cc::node_geo_exec(), node_init(), blender::nodes::node_geo_field_at_index_cc::node_layout(), blender::nodes::node_geo_field_at_index_cc::node_update(), nodeRegisterType(), and bNodeType::updatefunc.
Referenced by registerGeometryNodes().