|
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 18 of file node_geo_import_stl.cc.
References b, blender::nodes::SocketDeclaration::hide_label, and PROP_FILEPATH.
Referenced by node_register().
|
static |
Definition at line 28 of file node_geo_import_stl.cc.
References BKE_reports_free(), BKE_reports_init(), BLI_SCOPED_DEFER, STLImportParams::filepath, STLImportParams::forward_axis, blender::bke::GeometrySet::from_mesh(), STLImportParams::global_scale, IO_AXIS_NEGATIVE_Z, IO_AXIS_Y, LISTBASE_FOREACH, params, STLImportParams::reports, RPT_ERROR, RPT_STORE, STL_import_mesh(), STRNCPY, TIP_, STLImportParams::up_axis, STLImportParams::use_facet_normal, STLImportParams::use_mesh_validate, and STLImportParams::use_scene_unit.
Referenced by node_register().
|
static |
Definition at line 76 of file node_geo_import_stl.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().