Blender  V2.93
Namespaces | Functions | Variables
node_geo_point_scale.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_point_scale_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::execute_on_component (GeoNodeExecParams params, GeometryComponent &component)
 
static void blender::nodes::geo_node_point_scale_exec (GeoNodeExecParams params)
 
static void blender::nodes::geo_node_point_scale_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void blender::nodes::geo_node_point_scale_update (bNodeTree *UNUSED(ntree), bNode *node)
 
void register_node_type_geo_point_scale ()
 

Variables

static bNodeSocketTemplate geo_node_point_scale_in []
 
static bNodeSocketTemplate geo_node_point_scale_out []
 

Function Documentation

◆ geo_node_point_scale_layout()

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

◆ register_node_type_geo_point_scale()

void register_node_type_geo_point_scale ( void  )

Variable Documentation

◆ geo_node_point_scale_in

bNodeSocketTemplate geo_node_point_scale_in[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry")},
{SOCK_STRING, N_("Factor")},
{SOCK_VECTOR, N_("Factor"), 1.0f, 1.0f, 1.0f, 1.0f, -FLT_MAX, FLT_MAX, PROP_XYZ},
{SOCK_FLOAT, N_("Factor"), 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, FLT_MAX},
{-1, ""},
}
#define N_(msgid)
@ SOCK_VECTOR
@ SOCK_FLOAT
@ SOCK_GEOMETRY
@ SOCK_STRING
@ PROP_XYZ
Definition: RNA_types.h:148

Definition at line 24 of file node_geo_point_scale.cc.

Referenced by register_node_type_geo_point_scale().

◆ geo_node_point_scale_out

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

Definition at line 32 of file node_geo_point_scale.cc.

Referenced by register_node_type_geo_point_scale().