|
Blender
V2.93
|
#include "node_geometry_util.hh"#include "BKE_lib_id.h"#include "BKE_volume.h"#include "UI_interface.h"#include "UI_resources.h"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Functions | |
| static void | geo_node_points_to_volume_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
| static void | blender::nodes::geo_node_points_to_volume_exec (GeoNodeExecParams params) |
| static void | blender::nodes::geo_node_points_to_volume_init (bNodeTree *UNUSED(ntree), bNode *node) |
| static void | blender::nodes::geo_node_points_to_volume_update (bNodeTree *UNUSED(ntree), bNode *node) |
| void | register_node_type_geo_points_to_volume () |
Variables | |
| static bNodeSocketTemplate | geo_node_points_to_volume_in [] |
| static bNodeSocketTemplate | geo_node_points_to_volume_out [] |
|
static |
Definition at line 46 of file node_geo_points_to_volume.cc.
References IFACE_, ptr, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_points_to_volume().
| void register_node_type_geo_points_to_volume | ( | void | ) |
Definition at line 259 of file node_geo_points_to_volume.cc.
References bNodeType::draw_buttons, GEO_NODE_POINTS_TO_VOLUME, blender::nodes::geo_node_points_to_volume_exec(), geo_node_points_to_volume_in, blender::nodes::geo_node_points_to_volume_init(), geo_node_points_to_volume_layout(), geo_node_points_to_volume_out, blender::nodes::geo_node_points_to_volume_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_size(), node_type_socket_templates(), node_type_storage(), node_type_update(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 31 of file node_geo_points_to_volume.cc.
Referenced by register_node_type_geo_points_to_volume().
|
static |
Definition at line 41 of file node_geo_points_to_volume.cc.
Referenced by register_node_type_geo_points_to_volume().