Blender
V3.3
|
#include "DEG_depsgraph_query.h"
#include "node_geometry_util.hh"
#include "BKE_lib_id.h"
#include "BKE_material.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 | |
blender::nodes::node_geo_volume_to_mesh_cc | |
Functions | |
static void | blender::nodes::node_geo_volume_to_mesh_cc::node_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_geo_volume_to_mesh_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | blender::nodes::node_geo_volume_to_mesh_cc::node_init (bNodeTree *UNUSED(ntree), bNode *node) |
static void | blender::nodes::node_geo_volume_to_mesh_cc::node_update (bNodeTree *ntree, bNode *node) |
static void | blender::nodes::node_geo_volume_to_mesh_cc::node_geo_exec (GeoNodeExecParams params) |
void | register_node_type_geo_volume_to_mesh () |
Definition at line 208 of file node_geo_volume_to_mesh.cc.
References bNodeType::declare, bNodeType::draw_buttons, geo_node_type_base(), GEO_NODE_VOLUME_TO_MESH, bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), blender::nodes::node_geo_volume_to_mesh_cc::node_declare(), node_free_standard_storage(), blender::nodes::node_geo_volume_to_mesh_cc::node_geo_exec(), node_init(), blender::nodes::node_geo_volume_to_mesh_cc::node_layout(), node_type_init(), node_type_size(), node_type_storage(), node_type_update(), blender::nodes::node_geo_volume_to_mesh_cc::node_update(), and nodeRegisterType().
Referenced by registerGeometryNodes().