ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
hello. I try to gather some command on a panel.
I have a problem with aera to render.
I can edit the render region "EditRenderRegion.EditRegion()"
but how can I say to max to render "region" or "view" ? thanks
Comments
render rendertype:#region or
or any other rendertype available
as in max 9:
renderType: #normal | #region | #regionCrop | #blowup | #selection | #regionselected | #cropselected
thanks mjbg ! (when you
thanks mjbg !
(when you search "render" in maxscript help you have a very looong list, it works better with "rendertype")