Hi,
I want to create hundreds of videos of a modal analysis for different subcases / simulations / views.. I can create those .mvw files easily, so that on each page, I have the animation I want. But in the MVP-Toolbar, all I can do is export 1 screenshot of each page or create an animation of just one page, but I want to create all those videos automatically. Is there a way how to batch-export those .gif, something like
set d 0
foreach page $pages {
*changePage $page
*gifExport C:/data/frame$d.gif
incr d
}
Thanks,
Michael