Have a very strange error - roughly every second render I make in V6 using raytraced mode comes out black (in PNG) or white (in JPG) - there is no other information.
Without changing any parameters or materials, if I render again, it renders correctly. Attached 2 render from the exact same file, done right after each other, not interrupted.
I had a similar issue: when I tried to change the pixel scale value in Capture > to File, the render was black.
With the new update this problem seems gone. (to me)
Anyway, please, can I ask a simpler and cleaner render management system?
I’m new with Rhino, is there something that I’m missing?
For example I would like to set and see a panel that shows what I’ll see in the final render! Because actually I’m not able to do it, or just I don’t know how.
For example a vertical rectangular panel.
Really weird, I confirm that I’ve not this problem anymore. Just used the file that I had problem with. The new update seems to work for me. Did you try to render a super basic composition or another model? Maybe there’s a problem with your file…
Mmh, I don’t know how I can help you, I’m sorry. As last advice, before I had this problem gone, I remember that I had nearly no more space on my disk, so I uninstalled some software and other stuff. Could it be something related to disk free space?
Really sorry I can’t help you more than this
Raytraced doesn’t use diskspace unless you have an OpenCL device selected as render device. Indirectly the used RDK will write textures to the texture cache on disk, though.
Definitely not disk space. Also considered that it might be an issue with cloud services, as all my files are directly on Dropbox etc, as it writes sequentially to the file, but writing to the desktop gives similar issues on occasion.
In my tests Raytraced itself works fine. It is the moment when the results are put into the clipboard or saved to file by Rhino code that it fails.
You can run TestSaveDebugImagesToggle (or check similarly named setting in Tools > Options > Advanced, type SaveDebug in search filter field), then start a capture.
You should find under %APPDATA%\..\Local\McNeel\Rhinoceros\V6 or %TEMP%\McNeel\Rhino\V6 a file called RC_modal_renderer.png once the capture has completed. It’ll the uncorrected render result, so if you had gamma 2.2, you’ll need to adjust so in your favourite image editor. (In GIMP change the color levels)
edit: yes I know this is a hack and workaround, but at least you should be able to get your renders out while the bug is being on the table to be fixed.
There is not much difference between _ViewCaptureToFile and _ViewCaptureToClipboard. The exact same code path is followed up until either putting the image in clipboard or saving to file. It is the step prior to this that the managing of the render result fails, it is somewhere in Rhino core code, and https://mcneel.myjetbrains.com/youtrack/issue/RH-45147 is indeed the YT item for this, assigned to @andy.
With either capture command using the steps outlined above you should be able to find the RC_modal_renderer.png as mentioned. Or otherwise use the rhino-render-next test package through the beta package manager that can be started with _TestPackageManager.