I have several different scenes, each displaying a volume render as part of the same gui. I would like to have one interface which changes the color (ctf) of all of them simultaneously.
At first I tried syncing the mayavi.modules.volume.Volume object on each scene. That looks promising, but I couldn't extend it beyond two. Moreover, you can not add the same volume module to data on different scenes.