Use underscore plugin artifact names

Generated with the assistance of an AI coding tool.
This commit is contained in:
Thomas Krijnen
2026-08-09 09:52:17 +02:00
parent c818f48a47
commit a441757080
26 changed files with 46 additions and 35 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ PLUGIN_API std::filesystem::path add_search_paths_or_default(manager& manager, s
}
namespace {
constexpr const char* mapping_plugin_prefix = "geometry.mapping.";
constexpr const char* mapping_plugin_prefix = "geometry_mapping_";
}
const char* ifcopenshell::geom::impl::mapping_plugin_registration_symbol() {