Page 4 of 4

Re: Indigo Renderer 3.4.4

Posted: Sun Aug 19, 2012 5:26 am
by CTZn
Hi Tom,

If I remember correctly the default Indigo void space has a precedence of 1 itself, this value should not be used. Agreed, it should not be available at all if the above is correct. Conflicts are to be expected then.

I have also noticed very slow startups while using shader scattering, it would be nice to know why exactly. I am assuming that a simple noise, constantly varying, requires a lot more of computations before the light can reach the scene ?
- Disable Shader or set back to None (for Scattering)
- Rendering still won't start, Indigo sometimes locks up
Yup there might be a fish under the rock, question mark.

Re: Indigo Renderer 3.4.4

Posted: Sun Aug 19, 2012 5:32 am
by StompinTom
CTZn wrote:Hi Tom,

If I remember correctly the default Indigo void space has a precedence of 1 itself, this value should not be used. Agreed, it should not be available at all if the above is correct. Conflicts are to be expected then.

I have also noticed very slow startups while using shader scattering, it would be nice to know why exactly. I am assuming that a simple noise, constantly varying, requires a lot more of computations before the light can reach the scene ?
- Disable Shader or set back to None (for Scattering)
- Rendering still won't start, Indigo sometimes locks up
Yup there might be a fish under the rock, question mark.
Ah, didn't know the 'void' had a precedence value. Makes sense then! But yes, should be not allowed in the material settings then.

I remember Nick had done some tests with shader scattering which looked as if they rendered fine (i.e. not extremely slowly). Any hints about shader scattering?

Re: Indigo Renderer 3.4.4

Posted: Wed Aug 22, 2012 9:15 pm
by Zom-B
StompinTom wrote:I remember Nick had done some tests with shader scattering which looked as if they rendered fine (i.e. not extremely slowly). Any hints about shader scattering?
For the Medium of a material there exists a variable named "Step Size" in the Indigo GUI.
Raising that should speed up rendering but be less "realistic"...

Re: Indigo Renderer 3.4.4

Posted: Thu Aug 23, 2012 1:50 am
by Oscar J
FakeShamus wrote:Good Stuff! Orthographic camera is very exciting!

Couple peeves as a Mac user:
Command-Q still reloads the scene, instead of quitting the application.
And we are still missing the "File > Save Material" menu for saving materials from an open scene (apparently this shows up in the property editor pane for Windows users - but we don't get it in OSX).

thanks!
Did the developers forget about these?

Re: Indigo Renderer 3.4.4

Posted: Thu Aug 23, 2012 1:56 am
by fused
Oscar J wrote:
FakeShamus wrote:Good Stuff! Orthographic camera is very exciting!

Couple peeves as a Mac user:
Command-Q still reloads the scene, instead of quitting the application.
And we are still missing the "File > Save Material" menu for saving materials from an open scene (apparently this shows up in the property editor pane for Windows users - but we don't get it in OSX).

thanks!
Did the developers forget about these?
No :)

Command-Q is fixed for the next release and File->Save on property editor will be looked into.

Indigo Renderer 3.4.4

Posted: Thu Aug 23, 2012 9:19 am
by zeitmeister
Yeah!

Re: Indigo Renderer 3.4.4

Posted: Thu Aug 23, 2012 10:53 pm
by Bosseye
Guys, can someone summarize how to work with EXR environment maps in this version please in Sketchup? I've just updated from v3.0.10 and the process is entirely different....

Thanks,

Edit: Its ok, figured it out now. Didn't notice the '...' button to quick link the EXR to the material. Might be worth someone updating the manual documentation to reflect this altered process though.

Re: Indigo Renderer 3.4.4

Posted: Thu Aug 23, 2012 11:32 pm
by Zom-B
Bosseye wrote:Might be worth someone updating the manual documentation to reflect this altered process though.
Here are some quite new video tutorials for some stuff:
http://www.youtube.com/playlist?list=PLD14E96A2CD263FE1

Re: Indigo Renderer 3.4.4

Posted: Thu Aug 23, 2012 11:44 pm
by Bosseye
Oh, awesome. Thanks :)

Re: Indigo Renderer 3.4.4

Posted: Wed Aug 29, 2012 9:11 pm
by Bosseye
Just a possible bug here, I'm getting a 'CUDA out of memory error' every so often, even on really simple scenes. Seems to do it when using Bi directional PT with GPU acceleration (as you might expect from the CUDA bit I suppose), and often does it when running a full model export. If I then run a quick export after the error occurs, then it generally renders ok

Re: Indigo Renderer 3.4.4

Posted: Wed Aug 29, 2012 9:45 pm
by Zom-B
Bosseye wrote:... Seems to do it when using Bi directional PT with GPU acceleration...
GPU rendering works only in pure PT!
By forcing BiDir using your exporter (shouldn't be possible at all dear Exporter dev ^^ ) that error could maybe happen...

Re: Indigo Renderer 3.4.4

Posted: Wed Aug 29, 2012 11:07 pm
by CTZn
Zom-B wrote:
Bosseye wrote:... Seems to do it when using Bi directional PT with GPU acceleration...
GPU rendering works only in pure PT!
By forcing BiDir using your exporter (shouldn't be possible at all dear Exporter dev ^^ ) that error could maybe happen...
As far as I know Indigo should adapt itself when the GPU tag is on, there is no way to force bidir on with gpu currently. Unless perhaps using the Indigo SDK but I'm not even sure.

Perhaps the geometry export is using the video memory somehow and fails in freeing it in time for Indigo ? Try to update the board drivers perhaps...

Re: Indigo Renderer 3.4.4

Posted: Fri Aug 31, 2012 3:12 am
by Bosseye
Thanks guys - I'll update my card drivers and see if that fixes things.

Re: Indigo Renderer 3.4.4

Posted: Fri Aug 31, 2012 4:49 am
by CTZn
*crosses fingers*