If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
New! You can now log in to the forums with your chaos.com account as well as your forum account.
Shortly i can describe it like: i want to write actual rendered polycount to METADATA, then read it in NUKE and render it as text.
but main problem is that vrmesh is not displaying correct polycount.
We do not have a solution for now - V-Ray does not keep track of how many polygons have been loaded from proxy files, mostly because a) it doesn't need to know and b) it's not quite clear what to do with instancing or partially loaded files - do we return the poly count for all instances, or just the actual amount in RAM, do we return the total amount of polygons in the proxy, or just the polygons that were loaded; if a proxy was loaded multiple times - f.e. because the dynamic memory limit was reached and the proxy was trashed from memory, do we count it once or we count it each time it is loaded.
in this case i want to know how many polygons i see in rendered frame. Because we have extra huge data and we want to show for client how many polygons
we can handle with V-Ray. Doesn't matter how many times is instance loaded in scene, or how many proxys are there, or how many is loaded in RAM i want to only know WYSIWYG.
Am i right that Number of intersectable primitives or SD Triangles in logs are counts of loaded polygons, not what i see ?
Ok, this makes it a bit more clear and we'll have to work on that. The SD triangles are just those for "static" geometry coming from regular 3ds Max meshes, they don't include proxies/displacement etc.
Comment