Write to Disk
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/10/2006 at 02:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform: Windows ; Mac OSX ;
Language(s) : C.O.F.F.E.E ;---------
Hi.
I need to export a complex camera to 3Dmax. I made a coffee to print into console date but i can Select and Copy paste the result, then i try to write to disk the camera information but i cant find any example to do this thats work
Anyone can help me ? Please.
thank you -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/10/2006 at 04:43, xxxxxxxx wrote:
Take a look at the Filterplugin class for exporting/importing custom fileformats. There are also some examples in the COFFEE SDK help file.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 19/10/2006 at 04:47, xxxxxxxx wrote:
BaseFile class. (See the COFFEE Docs)
If you want to write 'ASCII' text to the file, use WriteString().
Simple as that.