Skip to content

v1.7.1

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:12
· 6 commits to main since this release

This release fixes two Blender 5.0+ compatibility issues found during a
compatibility audit, and adds a new operator to align an existing camera to
the current viewport view.

Features & Improvements

  • Added Align Camera to View (camera.align_camera_to_view) — snaps the
    active scene camera to match the current viewport view, without creating a
    new camera.
  • #151: The pie
    menu now shows ortho_scale instead of focal length for Orthographic
    cameras.

Bug Fixes

  • #152: Fixed
    Open Render Folder crashing on Blender 5.0+ — bpy.ops.file.external_operation
    dropped its filepath property in 5.0; switched to bpy.ops.wm.path_open.
  • #153: Fixed
    the camera properties panel being hidden on Blender 4.2–4.5 when using the
    default render engine, whose identifier was BLENDER_EEVEE_NEXT in that
    range instead of BLENDER_EEVEE.