|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 17 of file node_geo_import_ply.cc.
References b, blender::nodes::SocketDeclaration::hide_label, and PROP_FILEPATH.
Referenced by node_register().
|
static |
Definition at line 27 of file node_geo_import_ply.cc.
References BKE_reports_free(), BKE_reports_init(), BLI_SCOPED_DEFER, blender::bke::GeometrySet::from_mesh(), LISTBASE_FOREACH, params, PLY_import_mesh(), RPT_ERROR, RPT_STORE, STRNCPY, and TIP_.
Referenced by node_register().
|
static |
Definition at line 69 of file node_geo_import_ply.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, NODE_CLASS_INPUT, node_declare(), node_geo_exec(), blender::bke::node_register_type(), and blender::nodes::search_link_ops_for_import_node().