|
Christopher wrote a plugin to use MoonRay in Blender: https://github.com/cjhosken/mfb Export to rdla is possible but rendering with hydra doesn't work. hd_render works but the rendering in Blender don't.
Could it explain the Blender crash ? Regards, |
Replies: 2 comments
|
Exporting HDMOONRAY_RDLA_OUTPUT to a directory with write's permission solves the problem. |
|
We're somewhat puzzled by this problem. The HDMOONRAY_RDLA_OUTPUT default is an empty string, so it shouldn't be getting set to /tmp.rdla. Was it being set somewhere in your environment? |
Exporting HDMOONRAY_RDLA_OUTPUT to a directory with write's permission solves the problem.