Blender  V2.93
Namespaces | Functions | Variables
node_geo_volume_to_mesh.cc File Reference
#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 []
 

Function Documentation

◆ geo_node_volume_to_mesh_layout()

static void geo_node_volume_to_mesh_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

◆ register_node_type_geo_volume_to_mesh()

void register_node_type_geo_volume_to_mesh ( void  )

Variable Documentation

◆ geo_node_volume_to_mesh_in

bNodeSocketTemplate geo_node_volume_to_mesh_in[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry")},
{SOCK_STRING, N_("Density")},
{SOCK_FLOAT, N_("Voxel Size"), 0.3f, 0.0f, 0.0f, 0.0f, 0.01f, FLT_MAX, PROP_DISTANCE},
{SOCK_FLOAT, N_("Voxel Amount"), 64.0f, 0.0f, 0.0f, 0.0f, 0.0f, FLT_MAX},
{SOCK_FLOAT, N_("Threshold"), 0.1f, 0.0f, 0.0f, 0.0f, 0.0f, FLT_MAX},
{SOCK_FLOAT, N_("Adaptivity"), 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, PROP_FACTOR},
{-1, ""},
}
#define N_(msgid)
@ SOCK_FLOAT
@ SOCK_GEOMETRY
@ SOCK_STRING
@ PROP_DISTANCE
Definition: RNA_types.h:135
@ PROP_FACTOR
Definition: RNA_types.h:131

Definition at line 37 of file node_geo_volume_to_mesh.cc.

Referenced by register_node_type_geo_volume_to_mesh().

◆ geo_node_volume_to_mesh_out

bNodeSocketTemplate geo_node_volume_to_mesh_out[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry")},
{-1, ""},
}

Definition at line 47 of file node_geo_volume_to_mesh.cc.

Referenced by register_node_type_geo_volume_to_mesh().