Hi,
I am using Icy to make a 3D time-lapse video, in which each frame is a 3D volume at different time point. I'm using script editor to load every Z-stack, draw on canvas, take a snapshot, and then make a video using all the snapshots.
My problem is that, when I use gui.addsequence(seq), it always generate the 2D canvas. Is there a way to switch to 3D VTK canvas in script? I only know that I can click the 3D VTK button with my mouse, but there are thousands of time points I'm going to process.