Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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