Blender  V2.93
Namespaces | Functions | Variables
node_geo_attribute_sample_texture.cc File Reference
#include "BLI_compiler_attrs.h"
#include "DNA_texture_types.h"
#include "BKE_texture.h"
#include "RE_texture.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_sample_texture_layout (uiLayout *layout, bContext *C, PointerRNA *ptr)
 
static AttributeDomain blender::nodes::get_result_domain (const GeometryComponent &component, StringRef result_attribute_name, StringRef map_attribute_name)
 
static void blender::nodes::execute_on_component (GeometryComponent &component, const GeoNodeExecParams &params)
 
static void blender::nodes::geo_node_attribute_sample_texture_exec (GeoNodeExecParams params)
 
void register_node_type_geo_sample_texture ()
 

Variables

static bNodeSocketTemplate geo_node_attribute_sample_texture_in []
 
static bNodeSocketTemplate geo_node_attribute_sample_texture_out []
 

Function Documentation

◆ geo_node_attribute_sample_texture_layout()

static void geo_node_attribute_sample_texture_layout ( uiLayout layout,
bContext C,
PointerRNA ptr 
)
static

Definition at line 42 of file node_geo_attribute_sample_texture.cc.

References C, ptr, and uiTemplateID().

Referenced by register_node_type_geo_sample_texture().

◆ register_node_type_geo_sample_texture()

void register_node_type_geo_sample_texture ( void  )

Variable Documentation

◆ geo_node_attribute_sample_texture_in

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

Definition at line 30 of file node_geo_attribute_sample_texture.cc.

Referenced by register_node_type_geo_sample_texture().

◆ geo_node_attribute_sample_texture_out

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

Definition at line 37 of file node_geo_attribute_sample_texture.cc.

Referenced by register_node_type_geo_sample_texture().