Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
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.
On 13/05/2005 at 03:09, xxxxxxxx wrote:
Thanks
Renato T.