|
Blender
V3.3
|
#include "BLI_math_matrix.h"#include "DNA_collection_types.h"#include "UI_interface.h"#include "UI_resources.h"#include "BKE_collection.h"#include "node_geometry_util.hh"#include <algorithm>Go to the source code of this file.
Classes | |
| struct | blender::nodes::node_geo_collection_info_cc::InstanceListEntry |
Namespaces | |
| blender | |
| blender::nodes | |
| blender::nodes::node_geo_collection_info_cc | |
Functions | |
| static void | blender::nodes::node_geo_collection_info_cc::node_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_geo_collection_info_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
| static void | blender::nodes::node_geo_collection_info_cc::node_node_init (bNodeTree *UNUSED(tree), bNode *node) |
| static void | blender::nodes::node_geo_collection_info_cc::node_geo_exec (GeoNodeExecParams params) |
| void | register_node_type_geo_collection_info () |
Definition at line 145 of file node_geo_collection_info.cc.
References bNodeType::declare, bNodeType::draw_buttons, GEO_NODE_COLLECTION_INFO, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_INPUT, node_copy_standard_storage(), blender::nodes::node_geo_collection_info_cc::node_declare(), node_free_standard_storage(), blender::nodes::node_geo_collection_info_cc::node_geo_exec(), blender::nodes::node_geo_collection_info_cc::node_layout(), blender::nodes::node_geo_collection_info_cc::node_node_init(), node_type_init(), node_type_storage(), and nodeRegisterType().
Referenced by registerGeometryNodes().