Blender  V2.93
Namespaces | Functions | Variables
node_geo_attribute_color_ramp.cc File Reference
#include "BKE_colorband.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 

Functions

static void geo_node_attribute_color_ramp_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static AttributeDomain blender::nodes::get_result_domain (const GeometryComponent &component, StringRef input_name, StringRef result_name)
 
static void blender::nodes::execute_on_component (const GeoNodeExecParams &params, GeometryComponent &component)
 
static void blender::nodes::geo_node_attribute_color_ramp_exec (GeoNodeExecParams params)
 
static void blender::nodes::geo_node_attribute_color_ramp_init (bNodeTree *UNUSED(ntree), bNode *node)
 
void register_node_type_geo_attribute_color_ramp ()
 

Variables

static bNodeSocketTemplate geo_node_attribute_color_ramp_in []
 
static bNodeSocketTemplate geo_node_attribute_color_ramp_out []
 

Function Documentation

◆ geo_node_attribute_color_ramp_layout()

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

◆ register_node_type_geo_attribute_color_ramp()

void register_node_type_geo_attribute_color_ramp ( void  )

Variable Documentation

◆ geo_node_attribute_color_ramp_in

bNodeSocketTemplate geo_node_attribute_color_ramp_in[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry")},
{SOCK_STRING, N_("Attribute")},
{SOCK_STRING, N_("Result")},
{-1, ""},
}
#define N_(msgid)
@ SOCK_GEOMETRY
@ SOCK_STRING

Definition at line 24 of file node_geo_attribute_color_ramp.cc.

Referenced by register_node_type_geo_attribute_color_ramp().

◆ geo_node_attribute_color_ramp_out

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

Definition at line 31 of file node_geo_attribute_color_ramp.cc.

Referenced by register_node_type_geo_attribute_color_ramp().