|
Blender
V2.93
|
Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Functions | |
| static void | geo_node_attribute_fill_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
| static void | geo_node_attribute_fill_init (bNodeTree *UNUSED(tree), bNode *node) |
| static void | geo_node_attribute_fill_update (bNodeTree *UNUSED(ntree), bNode *node) |
| static AttributeDomain | blender::nodes::get_result_domain (const GeometryComponent &component, StringRef attribute_name) |
| static void | blender::nodes::fill_attribute (GeometryComponent &component, const GeoNodeExecParams ¶ms) |
| static void | blender::nodes::geo_node_attribute_fill_exec (GeoNodeExecParams params) |
| void | register_node_type_geo_attribute_fill () |
Variables | |
| static bNodeSocketTemplate | geo_node_attribute_fill_in [] |
| static bNodeSocketTemplate | geo_node_attribute_fill_out [] |
Definition at line 46 of file node_geo_attribute_fill.cc.
References ATTR_DOMAIN_AUTO, CD_PROP_FLOAT, and node.
Referenced by register_node_type_geo_attribute_fill().
|
static |
Definition at line 38 of file node_geo_attribute_fill.cc.
References ptr, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_attribute_fill().
Definition at line 52 of file node_geo_attribute_fill.cc.
References BLI_findlink(), CD_PROP_BOOL, CD_PROP_COLOR, CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_INT32, bNodeSocket::next, node, and nodeSetSocketAvailability().
Referenced by register_node_type_geo_attribute_fill().
| void register_node_type_geo_attribute_fill | ( | void | ) |
Definition at line 157 of file node_geo_attribute_fill.cc.
References bNodeType::draw_buttons, GEO_NODE_ATTRIBUTE_FILL, blender::nodes::geo_node_attribute_fill_exec(), geo_node_attribute_fill_in, geo_node_attribute_fill_init(), geo_node_attribute_fill_layout(), geo_node_attribute_fill_out, geo_node_attribute_fill_update(), geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_ATTRIBUTE, node_type_init(), node_type_socket_templates(), node_type_update(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 22 of file node_geo_attribute_fill.cc.
Referenced by register_node_type_geo_attribute_fill().
|
static |
Definition at line 33 of file node_geo_attribute_fill.cc.
Referenced by register_node_type_geo_attribute_fill().