Notifications
Clear all
[Closed] Close "V-Ray messages" ?
3 Replies
1 Reply
Sure,I am using the code these days.
vr = renderers.current
vr.system_vrayLog_show=false
Aug 01, 2013 2:18 pm
Thanks momo2012, but it is not really what I needed. Let me explain more clearly.
I want to the V-Ray Messages” dialog to be opened when rendering (its default behavior) but I want to close it if the rendering was ok.
Aug 01, 2013 2:18 pm
Ok ! Just got it ! For those interested :
local VRayConsoleHandle = (for i in (windows.getChildrenHWND 0) where ((UIAccessor.GetWindowClassName i[1]) == "VRAYCONSOLE") collect i[1])[1]
UIAccessor.CloseDialog VRayConsoleHandle