File information...
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/11/2003 at 09:04, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform:
Language(s) : C++ ;---------
Hi,
can I somehow retrieve the date a c4d file was saved and with which c4d version it was saved?
Thanks
Samir -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/11/2003 at 12:01, xxxxxxxx wrote:
You cannot get the date without asking the OS. The C4D version is included in the DocumentImported structure.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/11/2003 at 13:06, xxxxxxxx wrote:
How can I retrieve the DocumentImported data in my command plugin?
Thx
Samir -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/11/2003 at 16:21, xxxxxxxx wrote:
DocumentImported is only sent to NodeData plugins, possibly only those that are stored in the actual document opened. So it might not be possible for what you want it for. (The real use of DocumentImported is for conversion of old documents.)
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/11/2003 at 23:34, xxxxxxxx wrote:
ah I see, I was afraid of that. Well then I´ll need to set up a scene hook for that..
thank you!
Samir