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 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
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
On 13/12/2004 at 12:22, xxxxxxxx wrote:
Hi Robert, thank you. I overlooked that command completely. Another "problem" solved