Skip to content

Releases: Weisl/simple_camera_manager

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:12

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.

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 18:35

What's Changed

Full Changelog: v1.6.3...v1.7.0

v1.6.3

Choose a tag to compare

@github-actions github-actions released this 09 Dec 14:25

Full Changelog: v1.6.2...v1.6.3

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 05 Oct 14:00

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 04 May 17:40

Full Changelog: v1.6.0...v1.6.1

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 04 May 13:54
e277ec1

What's Changed

Full Changelog: v1.5.1...v1.6.0

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 09 Mar 11:01

What's Changed

Full Changelog: v1.5.0...v1.5.1

1.2

1.2

Choose a tag to compare

@Weisl Weisl released this 12 Jan 14:49
21890cb

Feuatures

  • Blender 4.0 Support
  • UI Improvements
  • New Keymap UI

fixes

  • Custom Hotkeys

1.1.1 Hotfix

Choose a tag to compare

@Weisl Weisl released this 31 May 15:28
68f572d

Feuatures

  • Blender 3.1 Support
  • #81 Gizmos can be hidden when not used

Fixes

  • #80 Gizmo can't be selected by the user in 3.1

1.1

1.1

Choose a tag to compare

@Weisl Weisl released this 31 May 15:31
68f572d

Feuatures

  • Blender 3.0 Support
  • Use camera name for saving renders
  • Dolly-Zoom operator with Viewport Gizmo

fixes

  • #57 The exposure of 0.00 is ignored when switching between cameras.