How can I use a vrscene file to directly estimate the approximate amount of memory required? without rendering. for VRay-cpu
Announcement
Collapse
No announcement yet.
VRay-cpu estimate memory?
Collapse
X
-
Originally posted by zihang View PostHow can I use a vrscene file to directly estimate the approximate amount of memory required? without rendering. for VRay-cpu
You'd have to parse the scene with such a fine comb that it'd take you considerable time to complete, and you still may have missed something (f.e. imagine estimating the number of displaced triangles with complex mapping and adaptive displacement...).
It's *somewhat* doable in theory (I wrote one for a car company a million years ago. It usually underestimated. Often badly enough to be useless.), but in practice it's much better to launch the render and save out the stats (which we didn't have back then!).
Besides the way to do it, is there a specific issue that you're trying to solve through memory usage estimation? There are ways around RAM usage in V-Ray.Lele
Trouble Stirrer in RnD @ Chaos
----------------------
emanuele.lecchi@chaos.com
Disclaimer:
The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.
Comment
Comment