Some basic code to lookup lengths for pre ADD2 schemas

This commit is contained in:
Thomas Krijnen
2024-04-29 21:00:59 +02:00
parent 4e35e7455f
commit e6cc500227
3 changed files with 37 additions and 8 deletions
-7
View File
@@ -49,13 +49,6 @@ inline namespace settings {
static constexpr bool defaultvalue = false;
};
struct UseMaterialNames : public SettingBase<UseMaterialNames, bool> {
static constexpr const char* const name = "use-material-names";
static constexpr const char* const description = "Use material names instead of unique IDs for naming materials upon serialization. "
"Applicable for OBJ and DAE output.";
static constexpr bool defaultvalue = false;
};
struct UseElementTypes : public SettingBase<UseElementTypes, bool> {
static constexpr const char* const name = "use-element-types";
static constexpr const char* const description = "Use element types instead of unique IDs for naming elements upon serialization. "