You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.