Skip to content

Maintain same implementation settings when switching between assets (if possible) #31

@struffel

Description

@struffel

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.
image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions