Page 1 of 1
C4D freeze, PV + Render View
Posted: Mon Oct 19, 2015 4:24 pm
by ratata
Hello,
While rendering in Picture viewer, I quite often forget and press Ctrl + R, to get the viewport rendered, this pops up a "can't render" dialog and something about "Cuda device" then it renders black frames in PV, or sometimes it locks down cinema, does not crash, just freezes, not even shift + shift + delete doesn't work, is it possible to make this avoidable? (yes I know I should not run render while rendering...)
Win 7, R16, 2.24.1 R3
Thanks,
Sandi
Re: C4D freeze, PV + Render View
Posted: Mon Oct 19, 2015 9:55 pm
by aoktar
Try to don't presss to ctrl+R on unoptimised scenes for Final Render. Appearently you are using all movable in LV and not similar method for Final Rendering. Either select "All movable" in render settings or make some objects as movable and use "Manual assignment". If you cause to generate lot of static meshes for Final Render, it will consume a lot memory and resulting high triangles.
Also check your subdivisions for rendering. LV uses viewport subdivisions not final output.
Re: C4D freeze, PV + Render View
Posted: Mon Oct 19, 2015 10:51 pm
by ratata
Hm, I think don't follow you, I am talking about rendering in Picture Viewer and accidently pressing Ctrl + C, thus rendering in the viewport, I dont have LV open at all.
When I do that, it breaks the rendering going on in Picture Viewer (Same for render queue).
I just made a simple test, animating a cube from left to right, render to Picture Viewer, and press Ctrl + C, it simply breaks the rendering in the Picture Viewer and instantly spits out last rendered frame till it gets to the end. (and sometimes it freezes c4d)
I would only like to have a failsafe so it doesn't break the render. I know it is my error - trying to start a second render, but I am use to doing this with c4d renderer, since it can render in viewport while rendering in Picture Viewer no problem.
Re: C4D freeze, PV + Render View
Posted: Mon Oct 19, 2015 11:01 pm
by aoktar
Plugin makes control if any Picture Viewer or viewport rendering is in progress. I'll test as you say but it shouldn't allow to send second render.
Re: C4D freeze, PV + Render View
Posted: Mon Oct 19, 2015 11:10 pm
by poutoupoutou
I do often this mistake too.
It would be really nice if the region render function will be customizable to attribute ctrl R
Re: C4D freeze, PV + Render View
Posted: Mon Oct 19, 2015 11:24 pm
by aoktar
Ok. I see what you mean. I have tryed to avoid this double time calling of vpost renderings. Had no success on this. I'm not sure that's possible.
Our plugin is not fitting any concept of cpu rendering. So not safe to use it also in viewport with/without render region.
Re: C4D freeze, PV + Render View
Posted: Tue Oct 20, 2015 12:51 pm
by ratata
Ok, thanks for checking it out, I will try to restrain myself from calling ctrl + r.
But I wonder, as a workaround, is it possible to get information by python, if PV or Queue is rendering, a simple script (assigned to Ctrl + R) would solve this. If anyone has some up front info on how to get the info, do share, in the meanwhile I will try to look for it myself, when I find some time.
Thanks!