Setting SPP for multiple scenes

Come here for help & support.
Post Reply
9 posts • Page 1 of 1
daxcastro
Posts: 2
Joined: Sat Jun 15, 2013 4:17 am

Setting SPP for multiple scenes

Post by daxcastro » Sat Jun 15, 2013 4:20 am

I have about 150 scenes to render. I tried adding one scene and then setting "render settings" before adding more scenes, but they all come in at -1, -1. How can I set them all at once rather than clicking on each individual scene and setting manually?

Also... after rendering all night all the scenes, I came in this morning and there are no png files saved anywhere? Did I miss something? When the cue says succes, does this mean successfully rendered and not saved? I would think it would mean the file has been rendered and saved.

Sorry.. these might be noob questions but I have been a sketchup and C4D user for many years. this is just a new tool for me.

Thanks in advance.


EDIT: I found the rendered files :
Thanks to another post (Windows 7) C:/Users/username/AppData/Roaming/Indigo Renderer/renders.

Dax

User avatar
galinette
1st Place Winner
Posts: 923
Joined: Sat Jan 09, 2010 1:39 am
Location: Nantes, France
Contact:

Re: Setting SPP for multiple scenes

Post by galinette » Sat Jun 15, 2013 8:47 am

The most simple would be rendering in command line I guess. You can specify -haltspp <number> when rendering with the command line. You can also specify output file. I did a 3D animation with 2800 renders once using this

Etienne
Eclat-Digital Research
http://www.eclat-digital.com

daxcastro
Posts: 2
Joined: Sat Jun 15, 2013 4:17 am

Re: Setting SPP for multiple scenes

Post by daxcastro » Sat Jun 15, 2013 9:38 am

Thanks. This is a bit new for me using commandlines etc. http://youtu.be/FW4kxJc2ecA
this is my very first attempt at exporting from Sketchup. Its not great, but it isn't terrible either.

User avatar
galinette
1st Place Winner
Posts: 923
Joined: Sat Jan 09, 2010 1:39 am
Location: Nantes, France
Contact:

Re: Setting SPP for multiple scenes

Post by galinette » Sat Jun 15, 2013 7:10 pm

Actually, if you have a spreadsheet program and a good text editor such as notepad++, and are not familiar with script, you can make a spreadsheet with:
- First column : indigo.exe in every cell
- Second column : -haltspp 2000 (for instance) in every cell
- Third column : the name of the igs files
- If necessary, other parameters such as output file name

Then copy all in notepad++, and save under .bat
This should make a batch file rendering everything (you may have to add the indigo path)

Etienne
Eclat-Digital Research
http://www.eclat-digital.com

User avatar
Zom-B
1st Place 100
Posts: 4701
Joined: Tue Jul 04, 2006 4:18 pm
Location: ´'`\_(ò_Ó)_/´'`
Contact:

Re: Setting SPP for multiple scenes

Post by Zom-B » Mon Jun 17, 2013 3:29 am

You also can simply use Indigos Render-Que capabilities to do your animations.
Such a Q file is a simple txt saved as "NameMe.igq" and contains code like that here:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<render_queue>
	<item>
		<scene_path>F:/bedroom.pigs</scene_path>
		<halt_spp>-1</halt_spp>
		<halt_time>-1</halt_time>
		<seed>0</seed>
	</item>
	<item>
		<scene_path>F:\couch.pigs</scene_path>
		<halt_spp>-1</halt_spp>
		<halt_time>-1</halt_time>
		<seed>0</seed>
	</item>
</render_queue>
Edit the halt parameters to your need. Having the same seed for each scene will result in "static noise" (if rendered not long enough) in the final animation, I prefer some random seed for different noise patterns in each frame, so a temporal denoiser can be used to kill it very efficiently :)

open that file in indigo and all your scenes will be loaded in the Q.
polygonmanufaktur.de

User avatar
galinette
1st Place Winner
Posts: 923
Joined: Sat Jan 09, 2010 1:39 am
Location: Nantes, France
Contact:

Re: Setting SPP for multiple scenes

Post by galinette » Mon Jun 17, 2013 7:19 am

I did not have that option at the time, but it seems great

Etienne
Eclat-Digital Research
http://www.eclat-digital.com

User avatar
OnoSendai
Developer
Posts: 6243
Joined: Sat May 20, 2006 6:16 pm
Location: Wellington, NZ
Contact:

Re: Setting SPP for multiple scenes

Post by OnoSendai » Wed Jun 19, 2013 1:10 am

Hi daxcastro,
We plan to make it so that you can select multiple scenes in the render queue. Then when you set the halt time or spp, it will set it for all selected scenes.
This will hopefully be done soon.

nick

User avatar
fused
Developer
Posts: 3648
Joined: Fri Sep 22, 2006 7:19 am
Location: Berlin, Germany
3D Software: Cinema 4D

Re: Setting SPP for multiple scenes

Post by fused » Fri Jun 21, 2013 10:53 pm

We implemted deleting and editing of multiple items in the render queue.

In the next release you'll be able the edit the halt time, halt spp and seed of multiple items.

Cheers!

User avatar
Juju
Posts: 270
Joined: Sat Mar 17, 2007 3:49 am
Location: South Africa

Re: Setting SPP for multiple scenes

Post by Juju » Fri Jun 21, 2013 11:13 pm

oooohhh, that sounds soooo sxy, thx ppl!
Indigo 4 | skIndigo | SUpro 2018

Post Reply
9 posts • Page 1 of 1

Who is online

Users browsing this forum: No registered users and 3 guests