Page 1 of 1

disable Motion blur / displacement / dispersion

Posted: Thu Jun 13, 2013 3:45 pm
by lxlavallee
Hi,

Sorry if I missed the information, but is there a way to disable directly, in the rhino plug-in, the three options Motion blur/Displacement/dispersion ?

When I open the .mxs there always on.

I have an animation to render and I don't want to manually remove those options for all frames.

Thank you,

LX

Re: disable Motion blur / displacement / dispersion

Posted: Thu Jun 13, 2013 4:07 pm
by JDHill
Those particular switches are not yet exposed in the plugin UI. You can enable them for single-frame rendering by putting switches in Output > Command Line:
Code: Select all
-motionblur:off -displacement:off -dispersion:off
For an animation, though, it would be necessary to export the frames and render the animation from a Windows command prompt:
Code: Select all
C:\Program Files\Next Limit\Maxwell 2> maxwell.exe -mxs:"c:\dir\frame_0000.mxs" -d -a:0-100 -motionblur:off -displacement:off -dispersion:off