|
Blender
V2.93
|
#include "BLI_math_matrix.h"#include "DNA_collection_types.h"#include "UI_interface.h"#include "UI_resources.h"#include "node_geometry_util.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Functions | |
| static void | geo_node_collection_info_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
| static void | blender::nodes::geo_node_collection_info_exec (GeoNodeExecParams params) |
| static void | blender::nodes::geo_node_collection_info_node_init (bNodeTree *UNUSED(tree), bNode *node) |
| void | register_node_type_geo_collection_info () |
Variables | |
| static bNodeSocketTemplate | geo_node_collection_info_in [] |
| static bNodeSocketTemplate | geo_node_collection_info_out [] |
|
static |
Definition at line 36 of file node_geo_collection_info.cc.
References ptr, UI_ITEM_R_EXPAND, and uiItemR().
Referenced by register_node_type_geo_collection_info().
| void register_node_type_geo_collection_info | ( | void | ) |
Definition at line 91 of file node_geo_collection_info.cc.
References bNodeType::draw_buttons, GEO_NODE_COLLECTION_INFO, blender::nodes::geo_node_collection_info_exec(), geo_node_collection_info_in, geo_node_collection_info_layout(), blender::nodes::geo_node_collection_info_node_init(), geo_node_collection_info_out, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_INPUT, node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_socket_templates(), node_type_storage(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 26 of file node_geo_collection_info.cc.
Referenced by register_node_type_geo_collection_info().
|
static |
Definition at line 31 of file node_geo_collection_info.cc.
Referenced by register_node_type_geo_collection_info().