3D Viewports Pie Menus > Editor Switch > File Browser using legacy FILEBROWSER type instead of FILES #100920

Open
opened 2022-09-08 18:18:02 +02:00 by joao · 4 comments

System Information
Operating system: Windows 10 64 bit

Blender Version
Broken:
blender-3.4.0-alpha+master.-windows.amd64-release - 2022/09/08

Short description of error

Exact steps for others to reproduce the error

  1. Activate "3D Viewports Pie Menus" addon
  2. Use the Editor Switch Pie Menu (default hotkey Ctrl Alt S)
  3. Try to switch to "Script/Data Editors" > "File Browser"

Log
Python: Traceback (most recent call last):

File "C:\blender-3.4.0-alpha+master.0a32f6b76a63-windows.amd64-release\3.4\scripts\addons\space_view3d_pie_menus\pie_editor_switch_menu.py", line 101, in execute
  context.area.ui_type = self.types

TypeError: bpy_struct: item.attr = val: enum "FILE_BROWSER" not found in ('VIEW_3D', 'IMAGE_EDITOR', 'UV', 'CompositorNodeTree', 'TextureNodeTree', 'GeometryNodeTree', 'ShaderNodeTree', 'SEQUENCE_EDITOR', 'CLIP_EDITOR', 'DOPESHEET', 'TIMELINE', 'FCURVES', 'DRIVERS', 'NLA_EDITOR', 'TEXT_EDITOR', 'CONSOLE', 'INFO', 'OUTLINER', 'PROPERTIES', 'FILES', 'ASSETS', 'SPREADSHEET', 'PREFERENCES')220908.gif

edit: was mentioning a task somehow

**System Information** Operating system: Windows 10 64 bit **Blender Version** Broken: blender-3.4.0-alpha+master.-windows.amd64-release - 2022/09/08 **Short description of error** **Exact steps for others to reproduce the error** 1. Activate "3D Viewports Pie Menus" addon 2. Use the Editor Switch Pie Menu (default hotkey Ctrl Alt S) 3. Try to switch to "Script/Data Editors" > "File Browser" **Log** Python: Traceback (most recent call last): ``` File "C:\blender-3.4.0-alpha+master.0a32f6b76a63-windows.amd64-release\3.4\scripts\addons\space_view3d_pie_menus\pie_editor_switch_menu.py", line 101, in execute context.area.ui_type = self.types ``` TypeError: bpy_struct: item.attr = val: enum "FILE_BROWSER" not found in ('VIEW_3D', 'IMAGE_EDITOR', 'UV', 'CompositorNodeTree', 'TextureNodeTree', 'GeometryNodeTree', 'ShaderNodeTree', 'SEQUENCE_EDITOR', 'CLIP_EDITOR', 'DOPESHEET', 'TIMELINE', 'FCURVES', 'DRIVERS', 'NLA_EDITOR', 'TEXT_EDITOR', 'CONSOLE', 'INFO', 'OUTLINER', 'PROPERTIES', 'FILES', 'ASSETS', 'SPREADSHEET', 'PREFERENCES')![220908.gif](https://archive.blender.org/developer/F13469684/220908.gif) edit: was mentioning a task somehow
Author

Added subscriber: @joao-baptista

Added subscriber: @joao-baptista
Author

there's also the asset browser entry missing.

already fixed it locally, but I do not have any prior experience in coding in general, thus I do not know how to submit the code for aproval.

there's also the asset browser entry missing. already fixed it locally, but I do not have any prior experience in coding in general, thus I do not know how to submit the code for aproval.
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#100920
No description provided.