Blendigo 3.6.28.0

Announcements, requests and support regarding the Blender Indigo export script
User avatar
fused
Developer
Posts: 3648
Joined: Fri Sep 22, 2006 7:19 am
Location: Berlin, Germany
3D Software: Cinema 4D

Blendigo 3.6.28.0

Post by fused » Wed Jul 02, 2014 8:02 pm

Archive: http://downloads.indigorenderer.com/dis ... 6.28.0.zip

Windows Installer: http://downloads.indigorenderer.com/dis ... taller.exe

Changelog:

3.6.28.0
--------
* Fixed memory leaked during export to Indigo.
* Applying world scale to orthographic camera sensor.
* Added "Use output directory for .igs files" switch in render settings.

3.6.26.0
--------
* Added 'Shadow pass' render mode.


Bug reports and comments welcome!

User avatar
Oscar J
1st Place Winner
Posts: 2204
Joined: Sat Mar 31, 2012 3:47 am
Location: Gothenburg, Sweden
3D Software: Blender

Re: Blendigo 3.6.28.0

Post by Oscar J » Wed Jul 02, 2014 8:25 pm

Thanks!

User avatar
dakiru
Indigo 100
Posts: 747
Joined: Mon Jun 22, 2009 6:51 am

Re: Blendigo 3.6.28.0

Post by dakiru » Thu Jul 03, 2014 12:37 am

Great, thank you!

User avatar
aleksandera
Posts: 380
Joined: Fri Sep 15, 2006 10:49 pm
Location: Slovenia

Re: Blendigo 3.6.28.0

Post by aleksandera » Thu Jul 03, 2014 2:21 am

Thank you :)

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

Re: Blendigo 3.6.28.0

Post by FakeShamus » Thu Jul 03, 2014 4:26 am

were there some changes made to motion blur? one of my scenes has a BG sphere rotating and the positioning is different with the new exporter.

User avatar
Oscar J
1st Place Winner
Posts: 2204
Joined: Sat Mar 31, 2012 3:47 am
Location: Gothenburg, Sweden
3D Software: Blender

Re: Blendigo 3.6.28.0

Post by Oscar J » Fri Jul 04, 2014 12:32 am

The exporting seems to be an awful lot slower... at least in the scene I'm working on right now.

User avatar
Oscar J
1st Place Winner
Posts: 2204
Joined: Sat Mar 31, 2012 3:47 am
Location: Gothenburg, Sweden
3D Software: Blender

Re: Blendigo 3.6.28.0

Post by Oscar J » Fri Jul 04, 2014 1:08 am

Nevermind, realised what it was.

StompinTom
Indigo 100
Posts: 1828
Joined: Mon Sep 04, 2006 3:33 pm

Re: Blendigo 3.6.28.0

Post by StompinTom » Fri Jul 04, 2014 1:56 am

Much thanks for this.

Problem with duplis / particles:

- The percentage under Display now limits the particles exported. Display should only be used to control viewport density / speed up navigating. The full particle count should be used for exporting, as before.

- It is much, much slower now (and in the past couple of Blendigo releases). Meaning, even 2000 particles takes about 20 seconds to export, whereas before I could comfortably export over a million particles much quicker. Did particle export change? Perhaps an idea would be to make a binary scene format, like .igmesh, so each particle doesn't have to be written out to an XML file (I imagine string conversion slows things down... ?)?

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

Re: Blendigo 3.6.28.0

Post by FakeShamus » Fri Jul 04, 2014 2:37 am

I've noticed this too - previously I could export a ridiculous amount of particles, hundreds of thousands, easily from blendigo in a reasonable amount of time.
now I can go grab a coffee while it works on like 10 or 20 thousand.

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

Re: Blendigo 3.6.28.0

Post by fused » Fri Jul 04, 2014 10:37 pm

Hi,

not entirely sure what's causing the slowness, will look into it soon.

Sorry about the inconvenience.

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

Re: Blendigo 3.6.28.0

Post by fused » Wed Jul 09, 2014 12:12 am

FakeShamus wrote:I've noticed this too - previously I could export a ridiculous amount of particles, hundreds of thousands, easily from blendigo in a reasonable amount of time.
now I can go grab a coffee while it works on like 10 or 20 thousand.
Can't seem to reproduce that. Can you send me a scene?

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

Re: Blendigo 3.6.28.0

Post by fused » Wed Jul 09, 2014 2:55 am

Actually, we have found something. It should be a lot faster soon!

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

Re: Blendigo 3.6.28.0

Post by FakeShamus » Wed Jul 09, 2014 4:06 am

awesome!
I may have been exaggerating a bit. I was just trying to reiterate what StompinTom noted.

...oh, also a plus 1 for the display vs render percentage for particles, it makes it so much better to be able to hide most of them in the viewport.

StompinTom
Indigo 100
Posts: 1828
Joined: Mon Sep 04, 2006 3:33 pm

Re: Blendigo 3.6.28.0

Post by StompinTom » Wed Jul 09, 2014 3:50 pm

fused wrote:Actually, we have found something. It should be a lot faster soon!
Cool! Can you give a hint at what it may have been? I've been looking over the Blendigo code - out of interest and to fiddle around with it. I'm slowly learning some Python and it's cool to see how stuff is done 'properly', especially with Blender.

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

Re: Blendigo 3.6.28.0

Post by OnoSendai » Thu Jul 10, 2014 12:47 am

StompinTom wrote:
fused wrote:Actually, we have found something. It should be a lot faster soon!
Cool! Can you give a hint at what it may have been? I've been looking over the Blendigo code - out of interest and to fiddle around with it. I'm slowly learning some Python and it's cool to see how stuff is done 'properly', especially with Blender.
You can see the fix here:
https://code.google.com/p/blendigo/source/detail?r=44

Unfortunately there's some whitespace changes mixed in as well.

Post Reply
18 posts

Who is online

Users browsing this forum: No registered users and 63 guests