Help - Render region

When sending a job to the backburner with region on,
max will say:"you are about to send...." warning you that your
region is on.
I`m trying doing the same with the render region on Vray frame buffer.
so far i wrote the basic warning:

if vrayVFBGetRegionEnabled() then messageBox "VFB Region is On!!"

How can i execute it when the user do this(sending a job to the backburner)

macros.run "Render" "RenderButtonMenu_Submit_to_Network_Rendering"

??

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
lnio's picture

Callbacks

So...after a little diging,i think #callback is the
way to do this.
any one know the callBack code for "Submit to Network Rendering"
operation?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.