Page 1 of 1

4 thread?

Posted: Tue Sep 15, 2015 9:39 pm
by contegufo
Hi

These squares represent the 4 threads running?

Re: 4 thread?

Posted: Tue Sep 15, 2015 9:58 pm
by thesquirell
Never seen them in my life, ever. With Indigo, that is. Is this some special feature?

Re: 4 thread?

Posted: Tue Sep 15, 2015 10:31 pm
by Zom-B
contegufo wrote:These squares represent the 4 threads running?
Yes exactly, this are threads in bucket Rendermode of some other Render engine, representing CPU cores here, that usually start counting at 0.

Re: 4 thread?

Posted: Wed Sep 16, 2015 4:19 am
by contegufo
Hi

It is V-Ray as well C4D (global illumination) and MODO behave the same way.

Re: 4 thread?

Posted: Wed Sep 16, 2015 5:42 am
by thesquirell
Indeed, but not Indigo. ;D

Re: 4 thread?

Posted: Wed Sep 16, 2015 6:35 am
by Oscar J
^ And for the better - I don't see why you'd want that on top of your image like that. You can set the number of threads Indigo should use in your exporter, and you can check how many you're using in the Render Log.

Re: 4 thread?

Posted: Thu Sep 17, 2015 2:59 am
by contegufo
Hi

I have an Intel i5 CPU two cores 4 threads that are intercepted in calculation. Indigo uses them as C4d, MODO or V-Ray hope rather than the version 4 see my GPU!

Re: 4 thread?

Posted: Thu Sep 17, 2015 8:48 pm
by Silverwing
You have to understand the algorithms and the pros and cons betweens "Buckets" and "Progressive" rendering.

Buckets:
Are mostly there to allow better memory handling. Because the picture is only rendering at the area your buckets are located at. This can be more Memory efficient as only parts of the image has to be held in memory.
Also there are techniques where from textures only pixels that are needed can be drawn from disc and loaded dynamically in to the systems memory. With buckets normally you get one bucket per CPU thread.

Progressive:
This samples the whole picture as a whole showing your results of the scene lighting and shading very early on. Of course for that technique the whole picture and all textures have to be held in the system ram. Clear advantage is the fast interactive progressions in rendering. This technique also allows for real time feedback.

Overall you can not judge the render power or your core usage by what technique is used. Both of them are multi core capable and if coded well will take full advantage of all your cores.

Cheers,
Raphael