GetDirty in a generator hierarchy
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/09/2005 at 06:19, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform: Windows ; Mac ;
Language(s) : C++ ;---------
Hi,I have a generator hierarchy. Each generator level has 3 children, the first two are splines, and the third is the next generator level.
Now I would like to check if there were changes made to the splines. For this I am using GetDirty(). But I also need the generator to update at each frame, so I have a tag that sets it dirty on each frame. This however also seems to affect the dirty state of the children and therefore GetDirty on the splines always returns TRUE.
Is there a way to prevent this, still have my generator update and keep track of changes made to the splines?
Thanks
Katachi -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/09/2005 at 09:34, xxxxxxxx wrote:
ah forget about it. it was my fault. The problem lies somewhere else.