|
Blender
V2.93
|
#include "DEG_depsgraph_query.h"#include "node_geometry_util.hh"#include "BKE_lib_id.h"#include "BKE_mesh.h"#include "BKE_mesh_runtime.h"#include "BKE_volume.h"#include "BKE_volume_to_mesh.hh"#include "DNA_mesh_types.h"#include "DNA_meshdata_types.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_volume_to_mesh_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
| static void | blender::nodes::geo_node_volume_to_mesh_init (bNodeTree *UNUSED(ntree), bNode *node) |
| static void | blender::nodes::geo_node_volume_to_mesh_update (bNodeTree *UNUSED(ntree), bNode *node) |
| static void | blender::nodes::geo_node_volume_to_mesh_exec (GeoNodeExecParams params) |
| void | register_node_type_geo_volume_to_mesh () |
Variables | |
| static bNodeSocketTemplate | geo_node_volume_to_mesh_in [] |
| static bNodeSocketTemplate | geo_node_volume_to_mesh_out [] |
|
static |
Definition at line 52 of file node_geo_volume_to_mesh.cc.
References IFACE_, ptr, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_volume_to_mesh().
| void register_node_type_geo_volume_to_mesh | ( | void | ) |
Definition at line 157 of file node_geo_volume_to_mesh.cc.
References bNodeType::draw_buttons, geo_node_type_base(), GEO_NODE_VOLUME_TO_MESH, blender::nodes::geo_node_volume_to_mesh_exec(), geo_node_volume_to_mesh_in, blender::nodes::geo_node_volume_to_mesh_init(), geo_node_volume_to_mesh_layout(), geo_node_volume_to_mesh_out, blender::nodes::geo_node_volume_to_mesh_update(), 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 37 of file node_geo_volume_to_mesh.cc.
Referenced by register_node_type_geo_volume_to_mesh().
|
static |
Definition at line 47 of file node_geo_volume_to_mesh.cc.
Referenced by register_node_type_geo_volume_to_mesh().