Page 1 of 1

proxy

Posted: Sun Mar 24, 2019 10:40 pm
by pepe
There is a way to use proxy objects with Luxcorerender?
I know some work is done but can't find anything in object tab to create them!

Re: proxy

Posted: Sun Mar 24, 2019 10:44 pm
by B.Y.O.B.
Do you mean the Blender feature or something like VRayProxy?

Re: proxy

Posted: Sun Mar 24, 2019 11:01 pm
by pepe
Something like vray proxy , never use blender proxy.

Is not the same what is done here?:
https://github.com/LuxCoreRender/BlendL ... issues/110

Re: proxy

Posted: Sun Mar 24, 2019 11:03 pm
by B.Y.O.B.
neo started to implement it a while ago, but unfortunately it was not finished yet: https://github.com/LuxCoreRender/BlendL ... ject_proxy
See also https://github.com/LuxCoreRender/BlendL ... issues/110

Re: proxy

Posted: Sun Mar 24, 2019 11:07 pm
by pepe
Like to use it for many plants, grass trees.
What will be the best approach with existing functions in luxcorerender?

Re: proxy

Posted: Sun Mar 24, 2019 11:15 pm
by B.Y.O.B.
Dupli groups for instancing, and limit draw type to box for better viewport performance. Basically the same as what you'd do for Cycles.

Re: proxy

Posted: Mon Mar 25, 2019 7:08 am
by lacilaci
I hope that at some point actual proxies will be possible, cause it allows to load only small parts in the scene. This way you could have super heavy scenes that don't actually have a single big object in them, so you can quickly open huge scenes that take very little ram with blender and only load for rendering.

Re: proxy

Posted: Mon Mar 25, 2019 7:35 am
by marcatore
Vrayproxy are not just useful for preview but it's useful rendertime cause proxies are loaded or unloaded when buckets need them for rendering.

I dont' remember if this is avaiable just for bucket mode or both for progressive mode.