Indigo Renderer 3.6.4 Beta Release

General News and accouncements regarding the Indigo render engine
User avatar
OnoSendai
Developer
Posts: 6244
Joined: Sat May 20, 2006 6:16 pm
Location: Wellington, NZ
Contact:

Indigo Renderer 3.6.4 Beta Release

Post by OnoSendai » Mon Jan 07, 2013 3:55 am

This is a Beta release.
If you spot any bugs or problems, please make a post about them in this thread.
Thanks!

Indigo for Windows 32-bit:
IndigoRenderer_3.6.4_Setup.exe

Indigo for Windows 64-bit:
IndigoRenderer_x64_3.6.4_Setup.exe

Indigo for Linux 32-bit:
IndigoRenderer_v3.6.4.tar.gz

Indigo for Linux 64-bit:
IndigoRenderer_x64_v3.6.4.tar.gz

Indigo for Mac OSX (10.5 - 10.7):
IndigoRenderer3.6.4.dmg


Indigo RT for Windows 32-bit:
IndigoRT_3.6.4_Setup.exe

Indigo RT for Windows 64-bit:
IndigoRT_x64_3.6.4_Setup.exe

Indigo RT for Linux 32-bit:
IndigoRT_v3.6.4.tar.gz

Indigo RT for Linux 64-bit:
IndigoRT_x64_v3.6.4.tar.gz

Indigo RT for Mac OSX (10.5 - 10.7):
IndigoRT3.6.4.dmg

Changelog:
3.6.4
* Fixed spherical camera so that the image tiles perfectly.
* Added Voronoi basis types for fbm() and multifractal()
* Fixed slow subdiv + displacement build problem in 3.6.3.
* Print out the mesh name while doing subdiv + displacement.

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

Re: Indigo Renderer 3.6.4 Beta Release

Post by Zom-B » Mon Jan 07, 2013 5:20 am

thanks for the update :)

I can now confirm the speedup in subdiv inside a simple scene with 6 steps:
3.6.2: 12.7 sec
3.6.4: 9.4sec

Speedups are always sweet :)

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

Re: Indigo Renderer 3.6.4 Beta Release

Post by OnoSendai » Mon Jan 07, 2013 5:45 am

Zom-B wrote:thanks for the update :)

I can now confirm the speedup in subdiv inside a simple scene with 6 steps:
3.6.2: 12.7 sec
3.6.4: 9.4sec

Speedups are always sweet :)
Great.
Displacement should be a lot faster as well.

User avatar
dag
Posts: 189
Joined: Tue Feb 02, 2010 2:28 am

Re: Indigo Renderer 3.6.4 Beta Release

Post by dag » Mon Jan 07, 2013 5:52 am

Spherical tiles ok now, but there's vertical lines that are brighter on both edges.
Attachments
sph.jpg
left edge

User avatar
CTZn
Posts: 7240
Joined: Thu Nov 16, 2006 4:34 pm
Location: Paris, France

Re: Indigo Renderer 3.6.4 Beta Release

Post by CTZn » Tue Jan 08, 2013 1:12 am

Good job with the displacement speed, it feels alright. The new numeric fields are just perfect.

A few notes, granted that the features are in beta:

- albedo shaders must be gamma corrected; it might be better if that was managed at a lower level than ISL.
- displacement seems to use swapped axis to evaluate posOS(), see attached.
- is the usage of posOS() possible for bump mapping ?
- 2d pendants of the multifractal, and 3d voronoi please :D

To be honest I'm a bit overhelmed by the expanding noises set, furthermore I came to forget about their develloped, native implementation.

But once it's complete I'll be punished and will have to get something out of that ☺
Attachments
bug orthogonal shaders.jpg
bug orthogonal shaders.pigs
(156.97 KiB) Downloaded 793 times

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

Re: Indigo Renderer 3.6.4 Beta Release

Post by OnoSendai » Tue Jan 08, 2013 1:25 am

CTZn wrote:Good job with the displacement speed, it feels alright. The new numeric fields are just perfect.

A few notes, granted that the features are in beta:

- albedo shaders must be gamma corrected; it might be better if that was managed at a lower level than ISL.
- displacement seems to use swapped axis to evaluate posOS(), see attached.
- is the usage of posOS() possible for bump mapping ?
- 2d pendants of the multifractal, and 3d voronoi please :D

To be honest I'm a bit overhelmed by the expanding noises set, furthermore I came to forget about their develloped, native implementation.

But once it's complete I'll be punished and will have to get something out of that ☺
"albedo shaders must be gamma corrected;": According to whom? Why?

"displacement seems to use swapped axis to evaluate posOS(), see attached" Which axis are you referring to?

" is the usage of posOS() possible for bump mapping ?": not yet.

"2d pendants of the multifractal," : 'pendants'? What do you mean by that?

"3d voronoi": Can add, will be quite slow tho :)

User avatar
CTZn
Posts: 7240
Joined: Thu Nov 16, 2006 4:34 pm
Location: Paris, France

Re: Indigo Renderer 3.6.4 Beta Release

Post by CTZn » Tue Jan 08, 2013 1:39 am

"albedo shaders must be gamma corrected;": According to whom? Why?
According to the sole me of course, I'll have to double check about that.

"displacement seems to use swapped axis to evaluate posOS(), see attached" Which axis are you referring to?
Z (right hand swap) ? In the attached scene, the displaced veins are running horizontally and vertically in the albedo while using the same-ish code. I was wondering if you were trying to get me into matrices one more time...

* ok

* pendant: version, sorry. Blame my globish.

* ok

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

Re: Indigo Renderer 3.6.4 Beta Release

Post by OnoSendai » Tue Jan 08, 2013 1:59 am

dag wrote:Spherical tiles ok now, but there's vertical lines that are brighter on both edges.
What render mode are you using, single dir or bidir?

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

Re: Indigo Renderer 3.6.4 Beta Release

Post by OnoSendai » Tue Jan 08, 2013 2:26 am

dag wrote:Spherical tiles ok now, but there's vertical lines that are brighter on both edges.
Better yet, can you send me the (simplified) scene?

FakeShamus
Posts: 512
Joined: Wed May 02, 2007 11:34 am

Re: Indigo Renderer 3.6.4 Beta Release

Post by FakeShamus » Wed Jan 09, 2013 6:52 am

hey Ono,
I'm not seeing the speed-up on subdivision and displacement on the new build. I'm using theOSX version.

on the "infinite head" scene I've been playing with, for example, 3.6.2 blazes through 4 levels of subdiv (generates 1,000,000 quads in 1.6 seconds), but 3.6.4 takes several minutes and then crashes on the last subdiv level using the same scene.

noldo
Posts: 28
Joined: Thu Feb 09, 2012 5:38 am

Re: Indigo Renderer 3.6.4 Beta Release

Post by noldo » Wed Jan 09, 2013 6:57 am

With gpu acceleration, the sun light not working. (Skindigo + indigo rt 64 bit)

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

Re: Indigo Renderer 3.6.4 Beta Release

Post by OnoSendai » Wed Jan 09, 2013 6:58 am

FakeShamus wrote:hey Ono,
I'm not seeing the speed-up on subdivision and displacement on the new build. I'm using theOSX version.

on the "infinite head" scene I've been playing with, for example, 3.6.2 blazes through 4 levels of subdiv (generates 1,000,000 quads in 1.6 seconds), but 3.6.4 takes several minutes and then crashes on the last subdiv level using the same scene.
Ok, thanks for report. The performance is quite dependent on the compiler and libraries. Will fix.

User avatar
dag
Posts: 189
Joined: Tue Feb 02, 2010 2:28 am

Re: Indigo Renderer 3.6.4 Beta Release

Post by dag » Wed Jan 09, 2013 11:39 am

OnoSendai wrote:
dag wrote:Spherical tiles ok now, but there's vertical lines that are brighter on both edges.
Better yet, can you send me the (simplified) scene?
Happens only with bidir.
Attachments
room.pigs
(11.32 KiB) Downloaded 727 times

User avatar
Pibuz
1st Place 100
Posts: 2646
Joined: Tue Dec 11, 2007 7:58 am
Location: Padua, Italy
3D Software: SketchUp

Re: Indigo Renderer 3.6.4 Beta Release

Post by Pibuz » Sat Jan 12, 2013 4:50 am

Sorry, small request (too silly to open a new topic): would it be possible to make invisible a EXR map as a checkbox in the Indigo GUI?

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

Re: Indigo Renderer 3.6.4 Beta Release

Post by Zom-B » Sat Jan 12, 2013 5:05 am

Something like a integrated alpha of the BG in the actual rendering, right?

Post Reply
34 posts

Who is online

Users browsing this forum: No registered users and 11 guests