With last builds, I can't do simple animations.
This is the output:
Thanks in advance
This is the output:
Code:
V-Ray/Blender: Writing scene... Traceback (most recent call last): File "/home/juan/build35/install/vrayblender/2.66/scripts/startup/vb25/render_ops.py", line 1040, in render err = vb25.render.render(self, scene) File "/home/juan/build35/install/vrayblender/2.66/scripts/startup/vb25/render.py", line 2014, in render export_and_run(init_bus(engine, scene)) File "/home/juan/build35/install/vrayblender/2.66/scripts/startup/vb25/render.py", line 1914, in export_and_run err = write_scene(bus) File "/home/juan/build35/install/vrayblender/2.66/scripts/startup/vb25/render.py", line 1598, in write_scene write_geometry(bus) File "/home/juan/build35/install/vrayblender/2.66/scripts/startup/vb25/render.py", line 414, in write_geometry use_animation = VRayExporter.animation and VRayExporter.fanimation_type == 'FULL', AttributeError: 'VRayExporter' object has no attribute 'fanimation_type' location: <unknown location>:-1 location: <unknown location>:-1 Traceback (most recent call last): File "/home/juan/build35/install/vrayblender/2.66/scripts/addons/space_view3d_panel_measure.py", line 596, in scene_update sel_objs = bpy.context.selected_objects AttributeError: 'Context' object has no attribute 'selected_objects'
Comment