Merge branch 'master' into fixGenNormals

This commit is contained in:
Kim Kulling
2021-05-06 17:28:37 +02:00
committed by GitHub
71 changed files with 1573 additions and 754 deletions

View File

@@ -81,7 +81,7 @@ public:
/** @brief Set list of fixed (inmutable) materials
* @param fixed See #AI_CONFIG_PP_RRM_EXCLUDE_LIST
*/
void SetFixedMaterialsString(const std::string& fixed = "") {
void SetFixedMaterialsString(const std::string& fixed = std::string()) {
mConfigFixedMaterials = fixed;
}