Page 1 of 1

Indigo Renderer 3.6.18 Beta Release

Posted: Tue Jul 16, 2013 12:18 am
by OnoSendai
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.18_Setup.exe

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

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

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

Indigo for Mac OSX (10.6 - 10.8 ):
IndigoRenderer3.6.18.dmg


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

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

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

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

Indigo RT for Mac OSX (10.6 - 10.8 ):
IndigoRT3.6.18.dmg

Changelog:
3.6.18
* Removed 'pack indigo scene', 'pack indigo material', and 'unpack indigo scene or material' from Tools menu - as they a
re not needed any more. (Use File > Save As etc..)
* Made saving of scene to IGS and PIGS non-blocking, shows progress on status bar.
* Improved scene packing so that it now writes Zip64 files and can read Zip64 files. Allows PIGS size of > 4GB.
* Improved Perlin noise quality.

Re: Indigo Renderer 3.6.18 Beta Release

Posted: Tue Jul 16, 2013 1:20 am
by CTZn
I'm bumping into this still:
Scene parsing error: Found unexpected element 'shadow_catcher'. (In element 'diffuse', around line 90, column 5)

thanks for the new noise stuff, will look into this.

Re: Indigo Renderer 3.6.18 Beta Release

Posted: Tue Jul 16, 2013 5:08 am
by Oscar J
What's perlin noise?

Re: Indigo Renderer 3.6.18 Beta Release

Posted: Tue Jul 16, 2013 5:21 am
by OnoSendai
Oscar J wrote:What's perlin noise?
Perlin noise is a type of pseudo-random procedural noise. It's used in ISL shaders.

Re: Indigo Renderer 3.6.18 Beta Release

Posted: Tue Jul 16, 2013 5:33 am
by Grut
Hello, there is a small GUI issue in the titles of the palettes.

Re: Indigo Renderer 3.6.18 Beta Release

Posted: Tue Jul 16, 2013 1:59 pm
by Headroom
Yes the mac interface has always had these little ... glitches. Indigo compensates for that with beautiful renders ;-)

Re: Indigo Renderer 3.6.18 Beta Release

Posted: Wed Jul 17, 2013 2:30 am
by OnoSendai
CTZn wrote:I'm bumping into this still:
Scene parsing error: Found unexpected element 'shadow_catcher'. (In element 'diffuse', around line 90, column 5)

thanks for the new noise stuff, will look into this.
It goes in the material tag, like this:

Code: Select all

<material>
    <name>white</name>


    <shadow_catcher>true</shadow_catcher>

    <diffuse>
      <colour>0.5 0.5 0.5</colour>
    </diffuse>
  </material>

Re: Indigo Renderer 3.6.18 Beta Release

Posted: Wed Jul 17, 2013 2:51 am
by CTZn
Ah my mistake it is a material tag, I was deceived because only diffuse supports it(?).

Thanks for the clarification.

Re: Indigo Renderer 3.6.18 Beta Release

Posted: Thu Jul 25, 2013 2:15 am
by OnoSendai
Grut wrote:Hello, there is a small GUI issue in the titles of the palettes.
Hi Grut,
This problem is when using the dark theme right?
Have fixed for next release.
Thanks for the bug report!

Re: Indigo Renderer 3.6.18 Beta Release

Posted: Thu Jul 25, 2013 2:21 am
by OnoSendai
Headroom wrote:Yes the mac interface has always had these little ... glitches. Indigo compensates for that with beautiful renders ;-)
Feel free to remind us / tell us about these glitches - it's possible we are not aware of them, and so they will never get fixed.

Re: Indigo Renderer 3.6.18 Beta Release

Posted: Thu Jul 25, 2013 2:35 am
by Oscar J
I don't get any glitches on my mac. Not that I'm aware of anyway.