Hi all,
Blender 2.63 is about to come to light, but in last compilations of the patched vray/blender, there are a few bugs:
-Material preview is not working
-Texts and curves are not rendered
-Doing ctrl+z (undo) sometimes makes blender to crash.
-Move an object to another layer (sometimes again) makes blender to crash.
I think the new b-mesh system and other new improvements are very exciting news to all blender users, and it's a must to get it working properly with our favourite engine, Vray.
Greetings!
Blender 2.63 is about to come to light, but in last compilations of the patched vray/blender, there are a few bugs:
-Material preview is not working
Code:
V-Ray/Blender: Writing meshes... Traceback (most recent call last):er_checkers File "/home/juan/build3/install/vrayblender/2.62/scripts/startup/vb25/render_ops.py", line 991, in render vb25.render.render(self, scene, preview=True) File "/home/juan/build3/install/vrayblender/2.62/scripts/startup/vb25/render.py", line 1905, in render write_geometry_python(bus) File "/home/juan/build3/install/vrayblender/2.62/scripts/startup/vb25/render.py", line 431, in write_geometry_python write_frame(bus) File "/home/juan/build3/install/vrayblender/2.62/scripts/startup/vb25/render.py", line 403, in write_frame PLUGINS['GEOMETRY']['GeomStaticMesh'].write(bus) File "/home/juan/build3/install/vrayblender/2.62/scripts/startup/vb25/plugins/GeomStaticMesh.py", line 387, in write write_mesh_hex(bus) File "/home/juan/build3/install/vrayblender/2.62/scripts/startup/vb25/plugins/GeomStaticMesh.py", line 84, in write_mesh_hex for f in me.faces: AttributeError: 'Mesh' object has no attribute 'faces' location:<unknown location>:-1 location:<unknown location>:-1
-Doing ctrl+z (undo) sometimes makes blender to crash.
-Move an object to another layer (sometimes again) makes blender to crash.
I think the new b-mesh system and other new improvements are very exciting news to all blender users, and it's a must to get it working properly with our favourite engine, Vray.
Greetings!
Comment