Update from change in weight tag's dirty count

On 02/08/2013 at 07:50, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   R14 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Hi Everyone,

I'm trying to keep track of the dirty count of an object's weight tag. But the only messages I receive from the weight tag being updated are MSG_GETCUSTOMICON and MSG_GETREALCAMERADATA (as printed to the console).

I don't need any weight tag information, just the dirty count (which I can get). But I was hoping the tag would notify it's parent object that it had changed somehow, with something like MSG_UPDATE or MSG_POINTS_CHANGED. But it doesn't. Is there something else I may not know or might have missed that could be used here so that I can keep track of the dirty count in a fast up-to-date way as possible?

Thanks,

WP.

On 09/08/2013 at 06:15, xxxxxxxx wrote:

Hi All,

never mind this one. I've decided not to use the weight tag for what I was trying, and thus don't need it's dirty count anymore.

Cheers,

WP.