When switching between different asset, the addon currently resets the implementations settings back to their default value.
This is because implementation settings might be different between assets and are therefore reloaded entirely.
However, a lot of the time they aren't actually different which makes this constant return to default values very annoying.
It would be better to store the preferred values somewhere (for example addon prefs) and apply them, if the name of the parameter is the same.
