Hello,
The following line of code is supposed returning True only if parameters of the object changed? But why it also returning True when my object selected and I Move / Scale / Zoom / rotate the perspective view.
# dirty = True if a cache is dirty or if the data (any parameters) of the object changed.
dirty = op.CheckCache(hh) or op.IsDirty(c4d.DIRTY_DATA)
Thanks.