thingsakp.blogg.se

Newfiletime
Newfiletime










newfiletime

While loop comparing file timestamps : again, the code takes over the proc and doesn’t even allow the renderer to continue, and eventually freezes Rhino. The system waits 30 seconds, but the renderer DOES NOT keep going in this time. Looking in windows task manager, I can see that it’s the Rhino64bit process that eats up all proc time while rendering, don’t know if I can isolate the subprocess and keep it going without the API. Time.sleep(30) : tried to make it wait 30 seconds for Vray before saving, but no, this suspends ALL processing. My workaround was to have a prompt for the user to hit Enter when V-Ray finished writing the file. Looked for VRay API online, couldn’t find it. Everything works fine, but I can’t figure out how to make the code wait for V-Ray to finish.

newfiletime

I’m trying to render about a thousand objects (all named uniquely) by copying them to a render stage window, rendering, then deleting it and repeating with the next object in the list.












Newfiletime