AddNote For the render test to be successful a new WIP is needed. Once you can see the RhinoCycles_ListDevices command you have recent WIP that has necessary fixes for renders to complete correctly. EndNote
original message starts here
I’d like to compile a list of devices that are used with RhinoCycles along with information whether a render was successful or not.
Upon plugin initialization a device list is printed to the output of the Rhino command-line (also visible through _CommandHistory). If you had RhinoCycles as your current render engine when closing, this would be printed to the command-line on starting Rhino. If not, select it from the Render > Current Renderer menu. You should see the plugin being loaded and initialized.
The output looks like
RhinoCommon successfully loaded D:\Dev\Rhino\V6\src4\bin\Debug\Plug-ins\RhinoCycles.rhp
Looking for .cubins in .\Plug-ins\RhinoCycles\lib
We have 2 devices
----------
Device 0: CPU > Intel Core i5-2500 CPU @ 3.30GHz > 0 | False | True | False | CPU
Device 1: CUDA_0 > GeForce GT 420 > 0 | False | True | False | CUDA
----------
Plugin version = 6.0.15044.5490
It’d be very useful if users could reply with this bit of information copied from their command-line.
Please also open the attached 3dm file (45.9 KB) and paste the output of the _Render command.
Command: Render
Processing light table
Processing geometry table
Rendering time: 0d 00h 00m 00s
Rendering started!
Using device CUDA_0 GeForce GTX 760
Session 0
Session 0 start
Session 0 finished in 00:00:00.8780000
Slowest 44.0025, fastest 44.0025, average 44.0025
Feel free to attach resulting render of the simple pyramid and block, but the most important information is whether the render was successful or not. If your render with a CUDA card turns up black, please also rerender on the CPU (Use RhinoCycles_SetDebugOptions command to toggle the render device to CPU from CUDA) and paste the info for your CPU render as well.
Thanks!
/Nathan jesterKing Letwory
Note: If you can’t find this then with the next WIP update you should find the new command I’ve added: RhinoCycles_ListDevices.
Its output is almost identical, it looks like
We have 2 devices
----------
Device 0: CPU > Intel Core i5-2500 CPU @ 3.30GHz > 0 | False | True | False | CPU
Device 1: CUDA_0 > GeForce GT 420 > 0 | False | True | False | CUDA
----------
simple_test_for_collecting_info.3dm (45.9 KB)
edit add the attachment too