How to start animation rendering with indigo_console?

Come here for help & support.
Post Reply
5 posts • Page 1 of 1
User avatar
Jambert
Indigo 100
Posts: 545
Joined: Wed Jul 30, 2008 10:08 pm
Location: France, Lyon

How to start animation rendering with indigo_console?

Post by Jambert » Wed Apr 21, 2010 4:29 am

- is it possible to start animation rendering in console mode? I thaught it was the fastest way to render!?

I didn't find anything in manual so?

thx in advance

User avatar
Jambert
Indigo 100
Posts: 545
Joined: Wed Jul 30, 2008 10:08 pm
Location: France, Lyon

Re: How to start animation rendering with indigo_console?

Post by Jambert » Wed Apr 21, 2010 10:13 am

Maybe someone could help me with a little script. I begin with linux, I don't know how to do it but I just need to render mulitple igs in the same folder, one by one.

thx

User avatar
dakiru
Indigo 100
Posts: 747
Joined: Mon Jun 22, 2009 6:51 am

Re: How to start animation rendering with indigo_console?

Post by dakiru » Wed Apr 21, 2010 8:03 pm

Hi, Jambert!

As far as I know, you have to create a file and name it something like render.sh
And write inside it:

Code: Select all

#!/bin/bash
./indigo_console ./frame_001.igs &&
./indigo_console ./frame_002.igs &&
./indigo_console ./frame_003.igs
then you will run it by this command:

Code: Select all

bash ./render.sh
or you can make render.sh file executable by running this command:

Code: Select all

chmod 700 render.sh
and then run it by this command:

Code: Select all

./render.sh
I am on a Windows machine now, so not able to test.

User avatar
Jambert
Indigo 100
Posts: 545
Joined: Wed Jul 30, 2008 10:08 pm
Location: France, Lyon

Re: How to start animation rendering with indigo_console?

Post by Jambert » Wed Apr 21, 2010 11:44 pm

Thx for your help, I did find another way to do it without editing manualy .sh

Code: Select all

cd ~/forlder_with_file
ls *.igs | xargs -I{}  ~/indigo/indigo_console {} -n wm
usefull to remplace simple render queue :D

User avatar
dakiru
Indigo 100
Posts: 747
Joined: Mon Jun 22, 2009 6:51 am

Re: How to start animation rendering with indigo_console?

Post by dakiru » Thu Apr 22, 2010 12:03 am

Jambert wrote:Thx for your help, I did find another way to do it without editing manualy .sh

Code: Select all

cd ~/forlder_with_file
ls *.igs | xargs -I{}  ~/indigo/indigo_console {} -n wm
usefull to remplace simple render queue :D
Hey, that's a lot better way :) Great you've found that out.

Post Reply
5 posts • Page 1 of 1

Who is online

Users browsing this forum: No registered users and 14 guests