VrayFur -> Vray Proxy

Is there any possibility to transform a VrayFur into a VrayProxy?
The mesh exporter doesn’t work when i’m trying and put a error.

Thanks

Stan
3LP Team

You cannot do that currently, as the fur is generated only at render time; further on, proxies can only store triangle meshes, while the fur is a custom raytraced primitive (it’s not triangles, but line segments).

Best regards,
Vlado

An option is doing Max Hair&Fur onverting it to mesh and then creating a proxy from that.

Regards,
Thorsten

Thanks for the response, so it isn’t possible “currently” may by in a next release ? :roll:
Yes instinct that’s true, but I really love the look of my current vrayfur and tried yesterday to do the same with hair and fur and didn’t achieve it like I would like. Will try harder another day when I will have time :wink:

Thanks

Stan
3LP Team

To me, the advantage of vrayfur is just that - it doesn’t load fully in memory when rendering, but only when needed, and then just that part. Even if you proxy vrayfur, it would load fully since it would be saved as mesh. The same with MAX hair and fur.

Well arent proxies loaded dynamically ? vlado ? And the same is not valid for max hair. As max hair is buffer rendered and hence uses incredible amounts of RAM.

Regards,
Thorsten

I meant the MAX is the same - meaning it will fully load into RAM. Proxies work when there are a lot of instances. If there is only one huge instance, it’s the same as not having the proxy for rendering (I believe). It’s only better for your scene when you work with it, shorter saving time, and faster scenes.