|
Blender
V2.93
|
#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 ¶ms, 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 [] |
|
static |
Definition at line 36 of file node_geo_attribute_color_ramp.cc.
References ptr, and uiTemplateColorRamp().
Referenced by register_node_type_geo_attribute_color_ramp().
| void register_node_type_geo_attribute_color_ramp | ( | void | ) |
Definition at line 123 of file node_geo_attribute_color_ramp.cc.
References bNodeType::draw_buttons, GEO_NODE_ATTRIBUTE_COLOR_RAMP, blender::nodes::geo_node_attribute_color_ramp_exec(), geo_node_attribute_color_ramp_in, blender::nodes::geo_node_attribute_color_ramp_init(), geo_node_attribute_color_ramp_layout(), geo_node_attribute_color_ramp_out, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_ATTRIBUTE, node_copy_standard_storage(), node_free_standard_storage(), NODE_SIZE_LARGE, node_type_init(), node_type_size_preset(), node_type_socket_templates(), node_type_storage(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 24 of file node_geo_attribute_color_ramp.cc.
Referenced by register_node_type_geo_attribute_color_ramp().
|
static |
Definition at line 31 of file node_geo_attribute_color_ramp.cc.
Referenced by register_node_type_geo_attribute_color_ramp().