|
Blender
V2.93
|
Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Functions | |
| static void | geo_node_attribute_separate_xyz_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
| static void | blender::nodes::geo_node_attribute_separate_xyz_init (bNodeTree *UNUSED(tree), bNode *node) |
| static void | blender::nodes::geo_node_attribute_separate_xyz_update (bNodeTree *UNUSED(ntree), bNode *node) |
| static void | blender::nodes::extract_input (const int index, const Span< float3 > &input, MutableSpan< float > result) |
| static AttributeDomain | blender::nodes::get_result_domain (const GeometryComponent &component, const GeoNodeExecParams ¶ms, StringRef result_name_x, StringRef result_name_y, StringRef result_name_z) |
| static void | blender::nodes::separate_attribute (GeometryComponent &component, const GeoNodeExecParams ¶ms) |
| static void | blender::nodes::geo_node_attribute_separate_xyz_exec (GeoNodeExecParams params) |
| void | register_node_type_geo_attribute_separate_xyz () |
Variables | |
| static bNodeSocketTemplate | geo_node_attribute_separate_xyz_in [] |
| static bNodeSocketTemplate | geo_node_attribute_separate_xyz_out [] |
|
static |
Definition at line 37 of file node_geo_attribute_separate_xyz.cc.
References IFACE_, ptr, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_attribute_separate_xyz().
| void register_node_type_geo_attribute_separate_xyz | ( | void | ) |
Definition at line 162 of file node_geo_attribute_separate_xyz.cc.
References bNodeType::draw_buttons, GEO_NODE_ATTRIBUTE_SEPARATE_XYZ, blender::nodes::geo_node_attribute_separate_xyz_exec(), geo_node_attribute_separate_xyz_in, blender::nodes::geo_node_attribute_separate_xyz_init(), geo_node_attribute_separate_xyz_layout(), geo_node_attribute_separate_xyz_out, blender::nodes::geo_node_attribute_separate_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_separate_xyz.cc.
Referenced by register_node_type_geo_attribute_separate_xyz().
|
static |
Definition at line 32 of file node_geo_attribute_separate_xyz.cc.
Referenced by register_node_type_geo_attribute_separate_xyz().