Missing options from Z (shading) Pie Menu #90068
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#90068
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: Linux-4.15.0-142-generic-x86_64-with-glibc2.23 64 Bits
Graphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 465.24.02
Blender Version
Broken: version: 2.93.1, branch: master, commit date: 2021-06-22 05:57, hash:
blender/blender@1b8d33b18c
Worked: None
Short description of error
The Z (shading) Pie Menu is missing options depending on Add-On & Preferences settings
Exact steps for others to reproduce the error
In Preferences / Keymap - under the '3D View' of the 'preferences' section, enabling 'Extra Shading Pie Menu Items' adds 'Toggle Overlays' & 'Toggle X-Ray' to the Shading pie menu in the 3D Viewport.
However, if you then enable the '3D Viewport Pie Menus' add-on the 'Toggle Overlays' & 'Toggle X-Ray' entries disappear from the Shading pie menu and 'Shade Flat' & 'Shade Smooth' are shown instead.
Shouldn't both the Smooth/Flat and Toggle items be displayed?
Added subscriber: @MrTez
Added subscriber: @user1
Yep, i miss that too. Haven't reported it yet because it wasn't clear if it's the addon or Blender.
Added subscribers: @BrendonMurphy, @lichtwerk
Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'
Hm, this is not really a bug [more like a workflow bug :)]
The Addon just substitutes the blender pie-menu with own pie-menu
We could either replicate behavior of
VIEW3D_MT_shading_ex_pie
(which not only adds 'Toggle Overlays' & 'Toggle X-Ray', but also fiddles with XRay) &VIEW3D_MT_shading_pie
inPIE_MT_ShadingView
(or even extend these see https://docs.blender.org/api/current/bpy.types.Menu.html#extending-menus)So this is more of a question if this needs to 100% replicate the behavior of 'Extra Shading Pie Menu Items'?
Just adding the two entries here would be fine, too
@BrendonMurphy : what do you think?