|
Blender
V2.93
|
#include "BKE_persistent_data_handle.hh"#include "DNA_collection_types.h"#include "BLI_hash.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 | |
Variables | |
| static bNodeSocketTemplate | geo_node_point_instance_in [] |
| static bNodeSocketTemplate | geo_node_point_instance_out [] |
|
static |
Definition at line 41 of file node_geo_point_instance.cc.
References GEO_NODE_POINT_INSTANCE_TYPE_COLLECTION, ptr, RNA_enum_get(), UI_ITEM_R_EXPAND, and uiItemR().
Referenced by register_node_type_geo_point_instance().
| void register_node_type_geo_point_instance | ( | void | ) |
Definition at line 226 of file node_geo_point_instance.cc.
References bNodeType::draw_buttons, GEO_NODE_POINT_INSTANCE, blender::nodes::geo_node_point_instance_exec(), geo_node_point_instance_in, blender::nodes::geo_node_point_instance_init(), geo_node_point_instance_layout(), geo_node_point_instance_out, blender::nodes::geo_node_point_instance_update(), geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_socket_templates(), node_type_storage(), node_type_update(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 28 of file node_geo_point_instance.cc.
Referenced by register_node_type_geo_point_instance().
|
static |
Definition at line 36 of file node_geo_point_instance.cc.
Referenced by register_node_type_geo_point_instance().