Blendigo for v1.0

Announcements, requests and support regarding the Blender Indigo export script
User avatar
joegiampaoli
Posts: 837
Joined: Thu Oct 05, 2006 7:12 am
Location: San Miguel de Allende-MEXICO
Contact:

Post by joegiampaoli » Thu Nov 08, 2007 9:10 pm

If you are using this thread's Blendigo exporter, select your exit portal and in the materials drop down menu of the exporter you should find a material called (guess what?), exit portal :D

Make sure to use single faced planes for exit portals and that they are pointing or facing inward of your interior.
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

User avatar
GNUdo
Posts: 40
Joined: Sat Feb 10, 2007 10:05 am
Contact:

Post by GNUdo » Fri Nov 09, 2007 2:14 am

Using the last blendigo version to export scenes for indigo v1.0.2 I get this error:

Code: Select all

Indigo Renderer v1.0.2, Windows 32-bit Release build.
SSE present.
SSE2 present.
SSE3 present.
Using 4 thread(s).
Scene file path: 'default.igs'
Using working directory path ''.
Loading Scene 'default.igs'...
IndigoDriverExcep: SceneLoaderExcep: invalid boolean value
Fatal Error: IndigoDriverExcep: SceneLoaderExcep: invalid boolean value
Modifying the line 1725 of blendigo from

Code: Select all

	file.write("\t\t<cache_trees>%s</cache_trees>\n" %(CacheTree.val))                    #BF
to

Code: Select all

	file.write("\t\t<cache_trees>%s</cache_trees>\n" %(IndigoBoolean(CacheTree.val)))                    #BF
solves the problem.

User avatar
Pinko5
Posts: 497
Joined: Mon Feb 19, 2007 8:15 pm
Location: Italy

Post by Pinko5 » Fri Nov 09, 2007 2:47 am

Tnx GNUdo i have the same error and now works fine...
Luca. ;)

User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Post by SmartDen » Fri Nov 09, 2007 3:00 am

GNUdo wrote:Using the last blendigo version to export scenes for indigo v1.0.2 I get this error:

Code: Select all

Indigo Renderer v1.0.2, Windows 32-bit Release build.
SSE present.
SSE2 present.
SSE3 present.
Using 4 thread(s).
Scene file path: 'default.igs'
Using working directory path ''.
Loading Scene 'default.igs'...
IndigoDriverExcep: SceneLoaderExcep: invalid boolean value
Fatal Error: IndigoDriverExcep: SceneLoaderExcep: invalid boolean value
Modifying the line 1725 of blendigo from

Code: Select all

	file.write("\t\t<cache_trees>%s</cache_trees>\n" %(CacheTree.val))                    #BF
to

Code: Select all

	file.write("\t\t<cache_trees>%s</cache_trees>\n" %(IndigoBoolean(CacheTree.val)))                    #BF
solves the problem.
I know the problem and solved it already. I just forgot to upload new version :) thank you GNUdo

User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Post by SmartDen » Fri Nov 09, 2007 3:13 am

Updated
  • Fatal Error: IndigoDriverExcep: SceneLoaderExcep: invalid boolean value
    - solved

User avatar
afecelis
Posts: 749
Joined: Tue Aug 01, 2006 4:14 am
Location: Colombia
3D Software: Blender
Contact:

Post by afecelis » Fri Nov 09, 2007 2:18 pm

Thanks for the fixes Smartden, and also for the "Photometric" folder! ;)
Regards,
Alvaro
AMD Ryzen 7 1800 @3.6ghz, 32GB ddr4 3200 mhz Ram, Nvidia RTX 3060 12GB, Win10, Blender/Sketchup/Modo/Cinema4d

User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Post by SmartDen » Fri Nov 09, 2007 7:47 pm

you're welcome :D

User avatar
joegiampaoli
Posts: 837
Joined: Thu Oct 05, 2006 7:12 am
Location: San Miguel de Allende-MEXICO
Contact:

Post by joegiampaoli » Fri Nov 09, 2007 8:42 pm

SmartDen
Just a bit of a request, can you make it so we can select specific ies data files in the light mesh section of the exporter?

I was trying to make a quite complex scene with over 50 lights and hand editing them in XML is kinda tedious work :shock:

Thx for your work.
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

User avatar
joegiampaoli
Posts: 837
Joined: Thu Oct 05, 2006 7:12 am
Location: San Miguel de Allende-MEXICO
Contact:

Post by joegiampaoli » Sun Nov 11, 2007 8:54 am

Hmmmmm, I was testing some materials and wanted to preview one and got an error, so I tested and this comes up with all test scenes, anyone with similar problems?
I'm using indigo latest (Test3) in Linux.
Attachments
preview_from_blender_error.png
preview_from_blender_error.png (16.09 KiB) Viewed 3669 times
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

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

Post by Zom-B » Sun Nov 11, 2007 9:53 am

seems like your scenes are very old, Russian_roulette_live_prob isn't used (or only not editable?!) in Indigo since some time...
polygonmanufaktur.de

User avatar
joegiampaoli
Posts: 837
Joined: Thu Oct 05, 2006 7:12 am
Location: San Miguel de Allende-MEXICO
Contact:

Post by joegiampaoli » Sun Nov 11, 2007 9:55 am

Well they are the material preview scenes that come with blendigo, sorry I mistyped I meant material preview scenes instead of test scenes, they are the ones bundled with blendigo.
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Post by SmartDen » Sun Nov 11, 2007 10:07 am

wich scene have you used exactly? or occures it in all scenes?

User avatar
joegiampaoli
Posts: 837
Joined: Thu Oct 05, 2006 7:12 am
Location: San Miguel de Allende-MEXICO
Contact:

Post by joegiampaoli » Sun Nov 11, 2007 10:11 am

With all material preview scenes, same error (Sphere, Cube, Monkey etc....).
Thx SmartDen.
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Post by SmartDen » Sun Nov 11, 2007 10:29 am

I've updated it now. I hope it work properly now
Last edited by SmartDen on Sun Nov 11, 2007 11:12 am, edited 1 time in total.

User avatar
joegiampaoli
Posts: 837
Joined: Thu Oct 05, 2006 7:12 am
Location: San Miguel de Allende-MEXICO
Contact:

Post by joegiampaoli » Sun Nov 11, 2007 10:37 am

Ok, I tested them all, working fine.
Thx SmartDen :D
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

Post Reply
177 posts

Who is online

Users browsing this forum: No registered users and 6 guests