#1
|
|||
|
|||
No rendering on Cluster Master
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 |
#2
|
|||
|
|||
Try hiding the main window only on the master computer:
Code:
with viz.cluster.MaskedContext(viz.MASTER): viz.MainWindow.visible(False) |
Tags |
cluster |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Question about cluster replacement | mizutani_jun | Vizard | 1 | 02-18-2011 02:49 PM |
Automatically set Cluster Master Settings | pcatalano | Vizard | 2 | 01-28-2011 01:09 PM |
Question about GUI and CLUSTER | mizutani_jun | Vizard | 2 | 01-02-2011 03:35 PM |
Cluster Help | videcuk | Vizard | 12 | 09-21-2007 02:14 PM |
quad_buffer cluster | John P | Vizard | 4 | 06-07-2006 10:01 PM |