PDA

View Full Version : No rendering on Cluster Master


victorqx
06-04-2012, 12:29 AM
Hi all,

I looked all over the documentation, but couldn't find what I'm looking for. Perhaps I just wasn't looking in the right place.

Our cluster master is quite busy doing a lot of calculations for tracking etc, so I want to use 6 clients to do the rendering, and not have the cluster master render anything to screen. But, whatever I do, it always seems to render something to screen.

Is there a way for the cluster master to steer the clients to render the content, but not render anything itself?

Kind regards,

Victor

farshizzo
06-04-2012, 08:42 AM
Try hiding the main window only on the master computer:with viz.cluster.MaskedContext(viz.MASTER):
viz.MainWindow.visible(False)