Currently, there is an Edit Render Region button available that can be added to the toolbar.
I made a custom one like this:
on execute do if keyboard.shiftpressed then
(
macros.run "Haider" "RenderRegion_GUI_02"
)
else
(
actionMan.executeAction 0 "59241" -- Edit Render Region
)
I need your help to make this script behave so that it is pressed when the Edit Render Region mode is on, and unpressed when it is off, like the original button.
Also, I am not sure if
actionMan.executeAction 0 "59241"is the proper code. I got it from the listener.
By Haider of Sweden · 2016-10-12
miauu · 2016-10-12