Indigo 2.2.11

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

Indigo 2.2.11

Post by OnoSendai » Fri Dec 11, 2009 5:14 pm

Another attempt at fixing the locale (comma) issues, let me know if this works.


Indigo for Linux 32-bit:
indigo_v2.2.11.tar.gz

Indigo for Linux 64-bit:
indigo_x64_v2.2.11.tar.gz

Indigo for Windows 32-bit:
IndigoRenderer_2.2.11_Setup.exe

Indigo for Windows 64-bit:
IndigoRenderer_x64_2.2.11_Setup.exe

Indigo for OS X 32-bit:
indigo.osx.2.2.11.zip

Changelog:
2.2.11:
* Fixed bug where opening .pigs would sometimes select the wrong .igs file.
* Another attempted locale fix


EDIT: updated 32 bit build to fix mat editor, added 64 bit build.

SzLaszlo
Posts: 123
Joined: Sun Aug 03, 2008 1:04 am
Location: Budapest / Hungary

Re: Indigo 2.2.11

Post by SzLaszlo » Fri Dec 11, 2009 11:25 pm

OnoSendai wrote:Another attempt at fixing the locale (comma) issues, let me know if this works.


Indigo for Linux 32-bit:
indigo_v2.2.11.tar.gz

Changelog:
2.2.11:
* Fixed bug where opening .pigs would sometimes select the wrong .igs file.
* Another attempted locale fix

linux 64bit ?

User avatar
drBouvierLeduc
Posts: 412
Joined: Wed Oct 11, 2006 2:32 am
Location: france

Re: Indigo 2.2.11

Post by drBouvierLeduc » Sat Dec 12, 2009 12:05 am

SzLaszlo wrote: linux 64bit ?
+1 (please !)

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

Re: Indigo 2.2.11

Post by OnoSendai » Sat Dec 12, 2009 12:10 am

Try it anyway :)

User avatar
drBouvierLeduc
Posts: 412
Joined: Wed Oct 11, 2006 2:32 am
Location: france

Re: Indigo 2.2.11

Post by drBouvierLeduc » Sat Dec 12, 2009 12:54 am

indigo 32-bit complains about a missing library (libgomp.so.1) wich is yet installed on my system. Tried to copy this file in the /usr/lib32 folder, but it still doesn't work.
Sorry, I cannot give feedback about this locale problem without 64-bit version.

Josh
Indigo 100
Posts: 44
Joined: Fri May 01, 2009 10:07 pm
Location: Germany

Re: Indigo 2.2.11

Post by Josh » Sat Dec 12, 2009 3:43 am

Runs under 32bit, locale problem seems to be solved, as far as I could check quickly. Will do some tests later.

Thank you guys :D

Edit: Material editor still suffers from the same bug.

rendigo
Indigo 100
Posts: 10
Joined: Fri Oct 23, 2009 1:51 am
Location: Austria
Contact:

Re: Indigo 2.2.11

Post by rendigo » Sat Dec 12, 2009 2:05 pm

I don't know if this is a linux specific problem but there seems to be a problem with running network slaves finding nkdata:

Code: Select all

Indigo Renderer v2.2.11, Linux 32-bit Release build.
Licence not verified, running in free mode.
Scene file path: './cache/network_cache/3837815674/scene.igs'
Loaded energy loss compensation curve from disk cache.
Loaded energy loss compensation curve from disk cache.
Indigo Driver Exception: SceneLoaderExcep: Error while parsing DiffuseTransmitter material: ComplexIORExcep: ComplexIORDataSetExcep: Failed to open file 'nkdata/cr.nk' for reading.  (In element 'phong', around line 331, column 9)
Will try a Windows network client later and see if the same error occurse there too.

    rendigo
    Indigo 100
    Posts: 10
    Joined: Fri Oct 23, 2009 1:51 am
    Location: Austria
    Contact:

    Re: Indigo 2.2.11

    Post by rendigo » Sat Dec 12, 2009 7:32 pm

    Allright, the Windows network client works just fine, so there seems to be a Linux related issue with finding nkdata. I will try other nkdata later this weekend and report.

    Other than that I want to express how much I like Indigo after (still mostly) playing around with it.

    amadex
    Posts: 0
    Joined: Thu Nov 05, 2009 5:10 am

    Re: Indigo 2.2.11

    Post by amadex » Mon Dec 14, 2009 1:16 am

    Still no Mac OS X simultaneous version on each update... Why that? I've paid for the license the same as windows or linux users!... :(

    User avatar
    eman7613
    Posts: 597
    Joined: Sat Sep 16, 2006 2:52 pm

    Re: Indigo 2.2.11

    Post by eman7613 » Mon Dec 14, 2009 10:08 am

    amadex wrote:Still no Mac OS X simultaneous version on each update... Why that? I've paid for the license the same as windows or linux users!... :(
    To be fair, this and 2.2.10 are trying to fix a bug in linux, not in M$ or OSX

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

    Re: Indigo 2.2.11

    Post by OnoSendai » Mon Dec 14, 2009 10:12 am

    rendigo wrote:I don't know if this is a linux specific problem but there seems to be a problem with running network slaves finding nkdata:

    Code: Select all

    Indigo Renderer v2.2.11, Linux 32-bit Release build.
    Licence not verified, running in free mode.
    Scene file path: './cache/network_cache/3837815674/scene.igs'
    Loaded energy loss compensation curve from disk cache.
    Loaded energy loss compensation curve from disk cache.
    Indigo Driver Exception: SceneLoaderExcep: Error while parsing DiffuseTransmitter material: ComplexIORExcep: ComplexIORDataSetExcep: Failed to open file 'nkdata/cr.nk' for reading.  (In element 'phong', around line 331, column 9)
    
    Will try a Windows network client later and see if the same error occurse there too.
      Linux uses case sensitive paths. It should be nkdata/Cr.nk.

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

      Re: Indigo 2.2.11

      Post by OnoSendai » Mon Dec 14, 2009 10:42 am

      EDIT: updated 32 bit build to fix mat editor, added 64 bit build.

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

      Re: Indigo 2.2.11

      Post by OnoSendai » Mon Dec 14, 2009 3:40 pm

      EDIT: added windows build.

      SzLaszlo
      Posts: 123
      Joined: Sun Aug 03, 2008 1:04 am
      Location: Budapest / Hungary

      Re: Indigo 2.2.11

      Post by SzLaszlo » Mon Dec 14, 2009 6:28 pm

      Yes ,yes ,Its work ( ubuntu linux 9.04 -64bit , blendigo 2.2.9 )
      Good "light layers" ,good "update images"

      - 1 question : the emit mesh can't work ( I can see the emit mesh layer in the indigo light layers , but I can't see the light power )
      , only can work with ies profile ?

      rendigo
      Indigo 100
      Posts: 10
      Joined: Fri Oct 23, 2009 1:51 am
      Location: Austria
      Contact:

      Re: Indigo 2.2.11

      Post by rendigo » Mon Dec 14, 2009 10:05 pm

      OnoSendai wrote:
      rendigo wrote:I don't know if this is a linux specific problem but there seems to be a problem with running network slaves finding nkdata:

      Code: Select all

      Indigo Renderer v2.2.11, Linux 32-bit Release build.
      Licence not verified, running in free mode.
      Scene file path: './cache/network_cache/3837815674/scene.igs'
      Loaded energy loss compensation curve from disk cache.
      Loaded energy loss compensation curve from disk cache.
      Indigo Driver Exception: SceneLoaderExcep: Error while parsing DiffuseTransmitter material: ComplexIORExcep: ComplexIORDataSetExcep: Failed to open file 'nkdata/cr.nk' for reading.  (In element 'phong', around line 331, column 9)
      
      Will try a Windows network client later and see if the same error occurse there too.
        Linux uses case sensitive paths. It should be nkdata/Cr.nk.
        Yup, I figured it out last night - didn't have time to report, deadline coming up, cringe!
        Thanks though for the help.

        Post Reply
        29 posts

        Who is online

        Users browsing this forum: No registered users and 24 guests