Pin Object Data loses tabs #62440
Labels
No Label
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Content
Type
Design
Type
Report
Type
To Do
Type
Web Development
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio#62440
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?
Broken: 6fd11a21f5c5
When pinning any menu in the properties editor it keeps all related tabs. For some reason the Object Data menu is an exception to that. Maybe there are even more?
When pinned, the Vertex Groups, Shape Keys & Face Maps tabs disappear. I see this as a bug but maybe there is some intention behind this. It's very odd to me though since pinning has the purpose of keeping certain settings visible & editable. If half of them disappear anyway, what's the point of pinning?
Added subscriber: @JulienKaspar
Added subscriber: @brecht
Changed status from 'Open' to: 'Archived'
The reason is that vertex groups and shape keys are actually part of the Object to some extent, not the object data. So with just a Mesh pinned these can't be edited.
The data design should arguably be changed here, but this is outside the scope of the bug tracker and will break backwards compatibility if we do it.