Blender  V2.93
Namespaces | Functions | Variables
node_geo_attribute_remove.cc File Reference
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 

Functions

static void blender::nodes::remove_attribute (GeometryComponent &component, GeoNodeExecParams &params, Span< std::string > attribute_names)
 
static void blender::nodes::geo_node_attribute_remove_exec (GeoNodeExecParams params)
 
void register_node_type_geo_attribute_remove ()
 

Variables

static bNodeSocketTemplate geo_node_attribute_remove_in []
 
static bNodeSocketTemplate geo_node_attribute_remove_out []
 

Function Documentation

◆ register_node_type_geo_attribute_remove()

void register_node_type_geo_attribute_remove ( void  )

Variable Documentation

◆ geo_node_attribute_remove_in

bNodeSocketTemplate geo_node_attribute_remove_in[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry")},
N_("Attribute"),
0.0f,
0.0f,
0.0f,
1.0f,
-1.0f,
1.0f,
{-1, ""},
}
#define N_(msgid)
@ SOCK_MULTI_INPUT
@ SOCK_GEOMETRY
@ SOCK_STRING
@ PROP_NONE
Definition: RNA_types.h:113

Definition at line 19 of file node_geo_attribute_remove.cc.

Referenced by register_node_type_geo_attribute_remove().

◆ geo_node_attribute_remove_out

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

Definition at line 34 of file node_geo_attribute_remove.cc.

Referenced by register_node_type_geo_attribute_remove().