In 5.8 I think they introduced a new validator requirement for included plugin ini configs to be named with a Default prefix.
Currently we get this in the output log on startup:
LogConfig: Warning: Found a deprecated 'Plugins/HoudiniEngine/Config/BaseHoudiniEngine.ini' - Rename to Default<PluginName>.ini'
Consider renaming to DefaultHoudiniEngine.ini and adjusting the ini retrievals accordingly. I can submit a PR if needed but I think my last PR is still in queue from over 2 years ago.
In 5.8 I think they introduced a new validator requirement for included plugin ini configs to be named with a
Defaultprefix.Currently we get this in the output log on startup:
LogConfig: Warning: Found a deprecated 'Plugins/HoudiniEngine/Config/BaseHoudiniEngine.ini' - Rename to Default<PluginName>.ini'Consider renaming to
DefaultHoudiniEngine.iniand adjusting the ini retrievals accordingly. I can submit a PR if needed but I think my last PR is still in queue from over 2 years ago.