while creating USD Contribution I want to update the variant set name value from backend instead of using {layer} I want to give a value from backend as per my condition how can I manage this I have created a custom creator in which I have added the usd contribution attaching a reference for better understanding
Thanks for the info but I don’t want to change or update any core functions of ayon addons. that’s why I’m creating a custom creator or addons as per my requirement.
Currently my requirement is that I want to give a list of variant set names that artist can select from those only instead of typing by artist.
For the time I’ll be storing the values in instances_data at the time of creating instance, doing this by creating a custom creator and over there I created a attribute which takes values and store it in instance_data and updating the values of USD contribution in publish attributes at the time of collection step running.