|
Blender
V3.3
|
#include "node_geometry_util.hh"#include "UI_interface.h"#include "UI_resources.h"#include "DNA_mesh_types.h"#include "DNA_meshdata_types.h"#include "BKE_material.h"#include "NOD_socket_search_link.hh"#include "FN_multi_function_signature.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
| blender::nodes::node_geo_switch_cc | |
Functions | |
| static void | blender::nodes::node_geo_switch_cc::node_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_geo_switch_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
| static void | blender::nodes::node_geo_switch_cc::node_init (bNodeTree *UNUSED(tree), bNode *node) |
| static void | blender::nodes::node_geo_switch_cc::node_update (bNodeTree *ntree, bNode *node) |
| static void | blender::nodes::node_geo_switch_cc::node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| template<typename T > | |
| void | blender::nodes::node_geo_switch_cc::switch_fields (GeoNodeExecParams ¶ms, const StringRef suffix) |
| template<typename T > | |
| void | blender::nodes::node_geo_switch_cc::switch_no_fields (GeoNodeExecParams ¶ms, const StringRef suffix) |
| static void | blender::nodes::node_geo_switch_cc::node_geo_exec (GeoNodeExecParams params) |
| void | register_node_type_geo_switch () |
Definition at line 285 of file node_geo_switch.cc.
References bNodeType::declare, bNodeType::draw_buttons, bNodeType::gather_link_search_ops, GEO_NODE_SWITCH, geo_node_type_base(), bNodeType::geometry_node_execute, bNodeType::geometry_node_execute_supports_laziness, NODE_CLASS_CONVERTER, node_copy_standard_storage(), blender::nodes::node_geo_switch_cc::node_declare(), node_free_standard_storage(), blender::nodes::node_geo_switch_cc::node_gather_link_searches(), blender::nodes::node_geo_switch_cc::node_geo_exec(), node_init(), blender::nodes::node_geo_switch_cc::node_layout(), node_type_init(), node_type_storage(), node_type_update(), blender::nodes::node_geo_switch_cc::node_update(), and nodeRegisterType().
Referenced by registerGeometryNodes().