26 .description(
"Path to a STL file");
45 const std::optional<std::string> path =
params.ensure_absolute_path(
46 params.extract_input<std::string>(
"Path"));
48 params.set_default_remaining_outputs();
63 import_params.
reports = &reports;
67 auto cached_value = std::make_unique<LoadStlCache>();
71 cached_value->warnings.append_as(*report);
81 params.set_output(
"Mesh", cached_value->geometry);
85 TIP_(
"Disabled, Blender was compiled without STL I/O"));
86 params.set_default_remaining_outputs();
#define GEO_NODE_IMPORT_STL
void BKE_reports_free(ReportList *reports)
void BKE_reports_init(ReportList *reports, int flag)
#define LISTBASE_FOREACH(type, var, list)
#define BLI_SCOPED_DEFER(function_to_defer)
char * STRNCPY(char(&dst)[N], const char *src)
Mesh * STL_import_mesh(const STLImportParams *import_params)
#define NOD_REGISTER_NODE(REGISTER_FUNC)
std::optional< std::string > path_filter
Vector< geo_eval_log::NodeWarning > warnings
void count_memory(MemoryCounter &counter) const override
void node_register_type(bNodeType &ntype)
std::shared_ptr< const T > get_loaded(const GenericKey &loader_key, Span< StringRefNull > file_paths, FunctionRef< std::unique_ptr< T >()> load_fn)
static void node_register()
static void node_declare(NodeDeclarationBuilder &b)
static void node_geo_exec(GeoNodeExecParams params)
void geo_node_type_base(blender::bke::bNodeType *ntype, std::string idname, const std::optional< int16_t > legacy_type)
void count_memory(MemoryCounter &memory) const
std::string ui_description
NodeGeometryExecFunction geometry_node_execute
const char * enum_name_legacy
NodeDeclareFunction declare
static GeometrySet from_mesh(Mesh *mesh, GeometryOwnershipType ownership=GeometryOwnershipType::Owned)