|
Blender
V2.93
|
Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Variables | |
| static bNodeSocketTemplate | geo_node_attribute_clamp_in [] |
| static bNodeSocketTemplate | geo_node_attribute_clamp_out [] |
Definition at line 49 of file node_geo_attribute_clamp.cc.
References CD_PROP_FLOAT, data, MEM_callocN, node, and NODE_CLAMP_MINMAX.
Referenced by register_node_type_geo_attribute_clamp().
|
static |
Definition at line 43 of file node_geo_attribute_clamp.cc.
References ptr, and uiItemR().
Referenced by register_node_type_geo_attribute_clamp().
Definition at line 58 of file node_geo_attribute_clamp.cc.
References BLI_findlink(), CD_PROP_COLOR, CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_INT32, NodeAttributeClamp::data_type, bNodeSocket::next, node, and nodeSetSocketAvailability().
Referenced by register_node_type_geo_attribute_clamp().
| void register_node_type_geo_attribute_clamp | ( | void | ) |
Definition at line 265 of file node_geo_attribute_clamp.cc.
References bNodeType::draw_buttons, GEO_NODE_ATTRIBUTE_CLAMP, blender::nodes::geo_node_attribute_clamp_exec(), geo_node_attribute_clamp_in, geo_node_attribute_clamp_init(), geo_node_attribute_clamp_layout(), geo_node_attribute_clamp_out, geo_node_attribute_clamp_update(), geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_ATTRIBUTE, node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_socket_templates(), node_type_storage(), node_type_update(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 23 of file node_geo_attribute_clamp.cc.
Referenced by register_node_type_geo_attribute_clamp().
|
static |
Definition at line 38 of file node_geo_attribute_clamp.cc.
Referenced by register_node_type_geo_attribute_clamp().