Start Animation Script

Post any questions, ideas, or topics related to Jython and Python scripting.
Post Reply
User avatar
carlospsneto
Posts: 68
Joined: Thu Mar 14, 2013 1:38 pm

Start Animation Script

Post by carlospsneto »

How can i start animation using script?

Is there any function that starts an animation ( play) ?
Last edited by carlospsneto on Thu May 29, 2014 12:34 pm, edited 1 time in total.
User avatar
jayh
Posts: 424
Joined: Thu Jan 15, 2009 10:34 pm

Re: Start Animation Script

Post by jayh »

Hello-

At this time there is no easy way to get the animation to start through scripting (however, our scripting capabilities are constantly evolving and I just read mhiley's post in the other thread, so at least there is a way).

We were also wondering why you are interested in this capability for background scripting? The writeMovie function will take an image sequence and create an animating loop in a movie file. If you are running commands in the jython shell, then you can just use the interactive controls to start the animating.

Also, when creating/restoring bundles, if you turn animation on and then save the bundle, animation will be on when reloading the bundle.

Hope this information helps.

Thanks, Jay
User avatar
carlospsneto
Posts: 68
Joined: Thu Mar 14, 2013 1:38 pm

Re: Start Animation Script

Post by carlospsneto »

Hello Jay,

you helped me alot in these last days, thank you.
I was creating a script that could display images from meteosat that are processed here where i work. I was hoping i could let McIDAs-V running operationally with these images.
Post Reply