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).
On 15/08/2018 at 17:13, xxxxxxxx wrote:
User Information: Cinema 4D Version: 19 Platform: Windows ; Mac OSX ; Language(s) : C++ ;
--------- Is it possible to load in an OBJ file and specify the settings that would normally be set in its dialog settings?
On 16/08/2018 at 05:37, xxxxxxxx wrote:
Hi Kent,
yes, this is possible. See this example in Python: import_OBJ.py I don't expect you to have issues, when porting it to C++, but don't hesitate to ask if in doubt.
On 19/08/2018 at 16:14, xxxxxxxx wrote:
Thanks Andreas. Just what I was looking for!