i’m wondering how to make proxies in blender. in all other software, a proxy object is a low poly object displayed only in the viewport, for replacing a too demanding asset and just in the viewport. in the rendered view or final render only the complex object is loaded.
like this example below.
How to do that in blender ? the technique proposed need to work inside of a particle system.
display as bounding a boxe is not an option. the whole point of proxies is that it still give an idea of the volumetry your object is going to take in the scene.
Sometimes I use the decimate modifier and set it to only affect viewport and not render.
Otherwise you can create low poly proxies and make them parents for the high poly versions. Hide the high polys from viewport and hide the low polys from render. I usually also put them in different collections too.
Hi. I’ve been struggling with the same issue since I also come from sketchup+vray. What I do in blender is model a low poly substitute, then apply a particle system, set it to Emitter, count number set to 1 , then link it to the original high poly model. In the Render tab uncheck the Show Emitter box, in Viewport display tab set the Display As to None and check the Show Emitter box.
Now you have a low poly basic geometry that shows only in viewport and it´s replaced with the original when rendering, hence… a proxy.
This trick has two limitations, 1. the original model has to be in the same .blend file 2. You can´t make it work having a particle sys within a particle sys (at least I haven´t find the way) , best you can do is convert the last particle sys (which contains the proxy particles) in the modifier tab.
I had to use planar instead of collapse however to really reduce the face count from ~3K to 109. The most important part to me is that I seem to be getting a good preview of density when using these meshes as grass particles (12K particles), vastly improve viewport performance and don’t have to do anything when hitting render.
The only way this could be more convenient if it was an option in the particle > viewport configuration.
(I also kinda, like the Runescape feeling it gives :p)