How to know that Document will be saved?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 10/05/2005 at 17:32, xxxxxxxx wrote:

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

---------
Hi All,

i need to know when the document will be saved to a disk from a TAG plugin.

MSG_MULTI_DOCUMENTIMPORTED is easy to know when the document is loaded... but i need to know when the Save will occur because i need to restore some cached data to the objects in the scene.

Any Help?

Thanks in advance
Renato T.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 13/05/2005 at 02:27, xxxxxxxx wrote:

You can't know that per se, but a good time to restore caches would be in NodeData::Write() as it will be called when the scene is written.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 13/05/2005 at 03:09, xxxxxxxx wrote:

Thanks :)

Renato T.