User Interface: Disable development extras doesn't disable related options #130159
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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#130159
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.22631-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 4090 NVIDIA Corporation NVIDIA 565.90 Vulkan Backend
Blender Version
Broken: version: 4.3.0 Beta, branch: blender-v4.3-release, commit date: 2024-11-11 19:02, hash:
009fb327eedb
Worked: 4.2 as it did not expose Vulkan to the user
Short description of error
Recently the Vulkan backend was hidden behind the
Developer Extras
option in user preferences to denote it's not really ready for broad testing.However there is now a issue. If a user has the Vulkan backend turned on, but
Developer Extras
turned off, they can no longer find the setting (as expected), but Blender will continue to use the Vulkan backend and the user will be unsure how to disable it.Generally in other areas of Blender (E.g. Cycles), if a setting is not visible to the user, we use the default, and I believe backend choice should follow that rule.
Exact steps for others to reproduce the error
Edit -> Preferences
from the top of BlenderInterface
tab enableDeveloper Extras
System
tab change the backend toVulkan
Interface
tab and disableDeveloper Extras
Vulkan
backend (Can be tested withgpu.platform.backend_type_get()
in the Python console)An alternative way to experience this issue is:
Developer Extras
Developer Extra
Hi, can confirm
Not a vulkan issue,
when development extra's are turned off are then all the functionality behind this option is still available. Development extras only shows/hides the enablement options as its tooltip mentions.
If change it should be first validated by the UI/UX team.
Vulkan backend is used when developer extras is offto Development extras: Doesn't disable related options when turned offDevelopment extras: Doesn't disable related options when turned offto User Interface: Tunring off development extras doesn't disable related optionsUser Interface: Tunring off development extras doesn't disable related optionsto User Interface: Disable development extras doesn't disable related options