Stored Views: Viewport camera is merely reset instead of actually restoring the old view #99751
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#99751
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.19043-SP0 64 Bits
Graphics card: NVIDIA RTX A2000 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.92
Blender Version
Broken: version: 3.2.1, branch: master, commit date: 2022-07-05 15:44, hash:
blender/blender@a2d59b2dac
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: Stored Views (0, 3, 7)
Author: nfloyd, Francesco Siddi
Short description of error
Clicking on "Set" (cube icon) in the Stored Views tab does not update camera to selected view.
Exact steps for others to reproduce the error
Notes:
• New Machine
• Latest version of Blender
• Portable version of Blender
Attached file:
Packlane Product Boxes Category Stored View Test.blend
Added subscriber: @mrm-1
Added subscriber: @OmarEmaraDev
Changed status from 'Needs Triage' to: 'Needs User Info'
I assume you are in Camera view while saving the views. As far as I can see in the code, the addon just stores and later restores the camera in this case, so it would be expected if both views were identical because they are sharing the same camera. Does that make sense?
I'm assuming this question is for me, I am in camera view while saving different positions, correct. The camera should be moved to a different location and rotation, saved in the add-on, and then have a prior position/rotation restored in the current view for the current camera, or vice versa.
Currently Blender already has a means of switching between different cameras, so I would not expect the need to setup or duplicate cameras manually for each view, otherwise there really is no purpose to the add-on. The expected behavior here I believe should be to update the location and rotation for the selected camera based on the data that is being stored (one would assume for that camera) when clicking on "Save Current".
Changed status from 'Needs User Info' to: 'Needs Triage'
"Set Update the view 3D according to this view" does not workto Stored Views: Viewport camera is merely reset instead of actually restoring the old viewChanged status from 'Needs Triage' to: 'Needs Developer To Reproduce'
Since the add-on explicitly implements that logic, it is probably not a bug. But I will tag the developers in case they consider it an unintentionally bad behavior as you say.