Announcement

Collapse
No announcement yet.

Can't render animation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can't render animation

    With last builds, I can't do simple animations.

    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'
    Thanks in advance

  • #2
    Re: Can't render animation

    I made a test with 2.65.9 and it works, though.

    Comment


    • #3
      Re: Can't render animation

      Thanks! Fixed.
      V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
      andrei.izrantcev@chaos.com
      Support Request

      Comment


      • #4
        Re: Can't render animation

        Good! Thank you, Andrey.

        Comment

        Working...
        X