hi all coders
I have found this script to check if DR in Vray is on or off, and now I need this for checking another checkbox...
is it possible to check if psd manager is on or off, too? see: https://c2n.me/3WIDjWd.png
thanks for reply.
best regards
themaxxer
macroScript Leo_Distributed_render_On
category:"Leo_DR"
internalCategory:"Distributed_Render"
tooltip:"Distributed_Render_ON"
buttontext:"DR ON"
(
on isChecked return (renderers.current.system_distributedRender)
on execute do
(
renderers.current.system_distributedRender = not (renderers.current.system_distributedRender)
)
)