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 showsortho_scaleinstead of focal length for Orthographic
cameras.
Bug Fixes
- #152: Fixed
Open Render Folder crashing on Blender 5.0+ —bpy.ops.file.external_operation
dropped itsfilepathproperty in 5.0; switched tobpy.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 wasBLENDER_EEVEE_NEXTin that
range instead ofBLENDER_EEVEE.