THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/06/2004 at 05:17, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.500
Platform: Windows ;
Language(s) : C++ ;
---------
Hi.
I try to check ,that a track was changed.
At the moment i make it with GetDirty(DIRTY_DATA).
But the checksum changed itself, if current document time would changed.
Ok, i can catch it. But checksum changed itself, if while of the playing i jump to the different time of animation.
So GetDirty is not a 100% safe method to check changes on animation track.
But how i can make it?