Blender V4.3
node_geo_index_switch.cc File Reference
#include "node_geometry_util.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "NOD_geo_index_switch.hh"
#include "NOD_rna_define.hh"
#include "NOD_socket.hh"
#include "NOD_socket_items_ops.hh"
#include "NOD_socket_search_link.hh"
#include "RNA_enum_types.hh"
#include "RNA_prototypes.hh"
#include "BLO_read_write.hh"
#include "BKE_node_socket_value.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_geo_index_switch_cc::IndexSwitchFunction
 
class  blender::nodes::node_geo_index_switch_cc::LazyFunctionForIndexSwitchNode
 

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_geo_index_switch_cc
 

Functions

static void blender::nodes::node_geo_index_switch_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_index_switch_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void blender::nodes::node_geo_index_switch_cc::node_layout_ex (uiLayout *layout, bContext *C, PointerRNA *ptr)
 
static void blender::nodes::node_geo_index_switch_cc::NODE_OT_index_switch_item_add (wmOperatorType *ot)
 
static void blender::nodes::node_geo_index_switch_cc::NODE_OT_index_switch_item_remove (wmOperatorType *ot)
 
static void blender::nodes::node_geo_index_switch_cc::node_operators ()
 
static void blender::nodes::node_geo_index_switch_cc::node_init (bNodeTree *, bNode *node)
 
static void blender::nodes::node_geo_index_switch_cc::node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void blender::nodes::node_geo_index_switch_cc::node_rna (StructRNA *srna)
 
static void blender::nodes::node_geo_index_switch_cc::node_free_storage (bNode *node)
 
static void blender::nodes::node_geo_index_switch_cc::node_copy_storage (bNodeTree *, bNode *dst_node, const bNode *src_node)
 
static bool blender::nodes::node_geo_index_switch_cc::node_insert_link (bNodeTree *ntree, bNode *node, bNodeLink *link)
 
static void blender::nodes::node_geo_index_switch_cc::register_node ()
 
std::unique_ptr< LazyFunctionblender::nodes::get_index_switch_node_lazy_function (const bNode &node, GeometryNodesLazyFunctionGraphInfo &lf_graph_info)
 

Variables

constexpr int blender::nodes::node_geo_index_switch_cc::value_inputs_start = 1