|
Blender
V2.93
|
Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Functions | |
| static void | geo_node_attribute_combine_xyz_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
| static void | blender::nodes::geo_node_attribute_combine_xyz_init (bNodeTree *UNUSED(tree), bNode *node) |
| static void | blender::nodes::geo_node_attribute_combine_xyz_update (bNodeTree *UNUSED(ntree), bNode *node) |
| static AttributeDomain | blender::nodes::get_result_domain (const GeometryComponent &component, const GeoNodeExecParams ¶ms, StringRef result_name) |
| static void | blender::nodes::combine_attributes (GeometryComponent &component, const GeoNodeExecParams ¶ms) |
| static void | blender::nodes::geo_node_attribute_combine_xyz_exec (GeoNodeExecParams params) |
| void | register_node_type_geo_attribute_combine_xyz () |
Variables | |
| static bNodeSocketTemplate | geo_node_attribute_combine_xyz_in [] |
| static bNodeSocketTemplate | geo_node_attribute_combine_xyz_out [] |
|
static |
Definition at line 39 of file node_geo_attribute_combine_xyz.cc.
References col, IFACE_, ptr, uiItemR(), uiLayoutColumn(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_attribute_combine_xyz().
| void register_node_type_geo_attribute_combine_xyz | ( | void | ) |
Definition at line 138 of file node_geo_attribute_combine_xyz.cc.
References bNodeType::draw_buttons, GEO_NODE_ATTRIBUTE_COMBINE_XYZ, blender::nodes::geo_node_attribute_combine_xyz_exec(), geo_node_attribute_combine_xyz_in, blender::nodes::geo_node_attribute_combine_xyz_init(), geo_node_attribute_combine_xyz_layout(), geo_node_attribute_combine_xyz_out, blender::nodes::geo_node_attribute_combine_xyz_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 22 of file node_geo_attribute_combine_xyz.cc.
Referenced by register_node_type_geo_attribute_combine_xyz().
|
static |
Definition at line 34 of file node_geo_attribute_combine_xyz.cc.
Referenced by register_node_type_geo_attribute_combine_xyz().