Execute a tag only if a parameter changes
-
On 30/04/2014 at 15:25, xxxxxxxx wrote:
Is there any way to check, at the Execute module of a tag, if something has changed in the parameters of the tag and return immediately if nothing has changed?
It seems that tags have no attribute IsDirty to check with IsDirty(c4d.DIRTY_DATA) -
On 02/05/2014 at 06:21, xxxxxxxx wrote:
There's GetDirty(). Save the value it returns, and if the current one differs with the saved on, your Tag has changed.
-Niklas