Thanks for chiming in Michael. Actually, it’s possible to pause the render with Iray. (The pause button is indeed grayed out when rendering with V-Ray…
The only reference to this Pause button in the SDK appears to be this, in render.h: /** Indicates that the renderer does not support the pause button…
For reference, here is the code in LuxMax that updates Max’s bitmap and refresh the window at regular interval:
Thanks for your answer. I was suspecting that tiling would have to be done manually; I guess my next question is, how do I tell the Render Output wind…
Thanks Denis, it works perfectly now. For future reference, here’s the new code: It’s no longer based on IInstanceMgr, it simply uses node->GetO…
Thanks. Indeed I have a problem when it comes to references: (From left to right, top to bottom: source object, instance, reference with additional…
Thanks for the answer. It works perfectly.
Thanks Stig for the answer. I didn’t know you were working on a Max plugin for LuxRender, pretty cool. Since you seem pretty experience with Max dev…
Sorry, I wasn’t clear: I’m really talking of binary compatibility of the plugin, out of the box, without any recompilation. Do Max plugins always targ…
Thanks for the link. So, do I understand correctly that my plugin will work out of the box in Max 2016, without any code change?