Blender
V3.3
|
#include "node_geometry_util.hh"
#include "GEO_realize_instances.hh"
#include "UI_interface.h"
#include "UI_resources.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_geo_realize_instances_cc | |
Functions | |
static void | blender::nodes::node_geo_realize_instances_cc::node_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_geo_realize_instances_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | blender::nodes::node_geo_realize_instances_cc::node_geo_exec (GeoNodeExecParams params) |
void | register_node_type_geo_realize_instances () |
Definition at line 46 of file node_geo_realize_instances.cc.
References bNodeType::declare, bNodeType::draw_buttons_ex, GEO_NODE_REALIZE_INSTANCES, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, blender::nodes::node_geo_realize_instances_cc::node_declare(), blender::nodes::node_geo_realize_instances_cc::node_geo_exec(), blender::nodes::node_geo_realize_instances_cc::node_layout(), and nodeRegisterType().
Referenced by registerGeometryNodes().