
It seems to go thru this cycles about 3 or 4 times before the application finally crashes without so much as a whisper. But in the course of the next four frames or so, that freed-up bit is again chewed up. At that point, it seems to do a small but inadequate amount of garbage collection, and the used memory drops by about 3GB. It appears that Rhino will chew up that entire GB per frame with the denoiser, and give nearly none of it back until it is about to go completely out-of-memory on the RAM. I built this machine a few years ago for ML purposes, so I only have 16GB of RAM. Much to my chagrin, this caused a severe memory leak into my regular RAM on the order of a GB per frame rendered. I checked the box for ‘Intel Denoiser,’ having downloaded the plugin, and let the script do its work. The real problem is that after the initial batch, I wanted a smoothed version of the render.

Alas, that seems to be a problem for another day. I proceeded to make such a render and was reasonably happy with the results, although there were a large number of odd glitches in about 1/5th of the output frames, requiring repeated redos of the rendering. To that end, I rewrote an ancient baking/rendering/saving/deleting script from these very forums (I’ll edit this and link to it if anyone is interested but it’s on my other computer) and integrated it into my gh definition, allowing me to use the real render window and export files programmatically, creating my own batch renderer within gh. In the past I’ve simply used the default Grasshopper slider animation function to export decent animations using the viewport and the Mesh Preview component, but in the new year I want something better, so I’m trying to work with the render engine in Rhino 7. I’m using Grasshopper to import these point clouds and do some simple Delauney meshing.
#Denoiser iii crashes series
I’m doing a project involving a sequential series of point clouds (check out if this peaks your interest ). I’ve never had much trouble with Rhino…until I recently started dipping my toes into the wonderful world of rendering. Hello everyone! Long time user (more than half my life…), first time poster.
