There's a new problem related to materials. I have rebuilded linux vray-blender (2.65.9) and I opened a file with few objects with more than one material each. New build has no multimaterial menu, the menu where you can switch between materials.
Code:
V-Ray/Blender: Writing scene... V-Ray/Blender: Writing frame 3... V-Ray/Blender: Writing frame 3... done [0.02] Traceback (most recent call last): File "/home/juan/build29/install/vrayblender/2.65/scripts/startup/vb25/ui/properties_material.py", line 86, in draw row.template_list(ob, "material_slots", ob, "active_material_index", rows=2) TypeError: UILayout.template_list(): error with argument 1, "listtype_name" - Function.listtype_name expected a string type, not Object location: <unknown location>:-1 location: <unknown location>:-1 Traceback (most recent call last): File "/home/juan/build29/install/vrayblender/2.65/scripts/startup/vb25/ui/properties_material.py", line 441, in draw col.active= VRayMaterial.material_id_number TypeError: bpy_struct: item.attr = val: UILayout.active expected True/False or 0/1, not int location: <unknown location>:-1 location: <unknown location>:-1
Comment