Some pop-up dialog handlers for 3dsmax.py
Only optional if you are network rendering to a workstation instead of a dedicated render node as they could appear the first time if a user has never started up the actual Vue application before. ‘Belts and braces’ on my part to ensure stable pipeline…Might need a third pop-up handler for the floating licence server (as the cfg file works differently in v7 & v8)…WIP…I’ll be in touch
[code]# Handle Vue xStream “Welcome New User!” Dialog in GUI / Workstation mode
self.AddPopupHandler( “.Welcome To Vue 8 xStream!.”, “Don’t show this dialog again;Close” )
Handle Vue xStream Dialog: Switching to OpenGL Engine when an incompatible graphics card is detected
self.AddPopupHandler( “.Vue 8 xStream.”, “OK” )[/code]
Mike