Notifications
Clear all
[Closed] HELP batchRenderMgr isn't refreshing
Jun 06, 2013 11:42 pm
hey everyone
i was wondering if anybody else is running into this
and if so , is there way around it?
when i give a command to the batchRenderMgr through maxscript
the batchRenderMgr dialog isn’t refreshing and the change only shows
if i close the dialog manually ( didn’t figure out how to close it with maxscript )
and then opening it up again
is there way to force it to refresh after making a change ???
2 Replies
Jun 06, 2013 11:42 pm
if (hwnd = windows.getchildhwnd 0 "Batch Render") != undefined do
(
uiaccessor.closedialog hwnd[1]
actionMan.executeAction -43434444 "4096"
)
Jun 06, 2013 11:42 pm
Thanks Denis
So basicly your forcing it to close and then reopen to refresh it
Got it
Thanks again
As alwaise very helpfull