On-save Update value of an attribute in DNG using Extensions
Hello All,
I am aware of some of the event based update of DNG attribute values using DNG extensions.
Now my use case is to update the value of DNG attribute just like "on-save" immediately update the value of other attribute. Do we have such kind of events to update DNG attributes using extensions
Kind Regards,
Chandan
2 answers
Chandan,
You can find extension examples in the link below.
For your case you may need to keep track of the existing attribute value when the artifact is selected, then checking the value on save to see if it has changed and executing your custom code to update another attribute.