Publisher: Reset all attributes to default feature
Changelog Description
Add a button to publisher to reset all creator and publisher attributes. https://app.clickup.com/t/6658547/AY-3429
Additional info
Paragraphs of text giving context of additional technical information or code examples.
Testing notes:
- start with this step
- follow this step
Here is an example image of "Reset attributes to default" button added
I'm a little bit worried regarding this comment https://github.com/ynput/ayon-core/pull/146#pullrequestreview-2063431650 .
If there are attribute definitions that can't set "correct" default value for all instances, then this feature might cause huge issues. In case of maya review there is resolution width and height based on settings, both are filled during create, but attribute definitions have default set to 0.
I'm not sure how many other places use the same concept. If it would be only this place then we can probably live with it...
Should been resolved with https://github.com/ynput/ayon-core/pull/935