If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
New! You can now log in to the forums with your chaos.com account as well as your forum account.
Is there a way to run the Analyze programmatically using maxscript? We are writing a batch submission tool for 3ds max and need to run this prior to submission and only then display if errors/warnings occur. Is this possible?
There's an additional bool parameter called analyzeOnly that you can add to your vrayExportVRScene call. It will then only do the scene analysis and no output vrscene should be written.
Comment