File export
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/12/2004 at 06:53, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.5+
Platform: Mac OSX ;
Language(s) : C++ ;---------
Is it possible to save a scenefile to 3DS or OBJ format from within a plugin using the standard C4D export functions? The Open command doesn't seem to support a filetype selection...Arndt
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/12/2004 at 11:21, xxxxxxxx wrote:
LoadFile() will import any supported file type. SaveDocument() allows you to select the format on save.
Both of these are under "c4d_basedocument" in the docs.
Robert
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/12/2004 at 12:22, xxxxxxxx wrote:
Hi Robert,
thank you. I overlooked that command completely. Another "problem" solved