mirror of https://github.com/mosra/magnum.git
Browse Source
This was an annoyance with GltfImporter's customSceneFieldTypes, where it just wasn't possible to set the options through AnySceneImporter or magnum-sceneconverter -i argument without causing a warning to be printed. The behavior is now that if a plugin configuration subgroup (but not the root group) is empty, it's assumed that new values are meant to be added to it, and thus it doesn't warn on them.pull/596/head
6 changed files with 109 additions and 7 deletions
@ -0,0 +1,5 @@
|
||||
{ |
||||
"asset": { |
||||
"version": "2.0" |
||||
} |
||||
} |
||||
Loading…
Reference in new issue