Hi!
I am trying to get V-ray and Blender working in Ubuntu 12.04.
I used Blender 2.67b. Copied and renamed the vb25 and put in the /sripts/startup folder.
Also installed vray-demo-22001-maya2011-linux-x64 and the maya2012 version, both don't seem to work
I haven't tried to set the path to the vray executable manually, since I am not shure which file that is.
I have tried to make a system link to the usr/bin/ according to the FAQ (Errors)
In the Terminal i get this message:
I am very thankful for any hints/tipps and sorry for this noobish post!
Regards,
Paul
I am trying to get V-ray and Blender working in Ubuntu 12.04.
I used Blender 2.67b. Copied and renamed the vb25 and put in the /sripts/startup folder.
Also installed vray-demo-22001-maya2011-linux-x64 and the maya2012 version, both don't seem to work
I haven't tried to set the path to the vray executable manually, since I am not shure which file that is.
I have tried to make a system link to the usr/bin/ according to the FAQ (Errors)
In the Terminal i get this message:
Code:
V-Ray/Blender: Creating directory "/tmp/vrayblender_paul"... done V-Ray/Blender: Writing scene... V-Ray/Blender: Writing meshes... V-Ray/Blender: Writing meshes... done [0.00] V-Ray/Blender: Writing frame 1... Traceback (most recent call last): File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/render_ops.py", line 1018, in render err = vb25.render.render(self, scene) File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/render.py", line 2054, in render export_and_run(init_bus(engine, scene)) File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/render.py", line 1947, in export_and_run err = write_scene(bus) File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/render.py", line 1653, in write_scene write_frame(bus) File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/render.py", line 1613, in write_frame _write_object(bus) File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/render.py", line 1377, in _write_object write_object(bus) File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/render.py", line 1183, in write_object write_materials(bus) File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/render.py", line 864, in write_materials mtls_list.append(write_material(bus)) File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/render.py", line 700, in write_material write_material_textures(bus) File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/texture.py", line 536, in write_material_textures mapped_params= PLUGINS['BRDF'][VRayMaterial.type].mapto(bus) File "/home/paul/Documents/blender-build/blender-2.67b-linux-glibc211-x86_64/2.67/scripts/startup/vb25/plugins/BRDFVRayMtl.py", line 641, in mapto BRDFVRayMtl= BRDFLayered.BRDFVRayMtl if BRDFLayered else VRayMaterial.BRDFVRayMtl AttributeError: 'VRayMaterial' object has no attribute 'BRDFVRayMtl' location: <unknown location>:-1 location: <unknown location>:-1
I am very thankful for any hints/tipps and sorry for this noobish post!
Regards,
Paul
Comment