Amaranth Toolset Bug in Asset browser panel #94212
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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#94212
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: Microsoft Windows 10 Pro
CPU: Intel Core i7-5960X Extreme Edition, 3000 MHz
Motherboard: Asus X99-Deluxe (1 PCI-E x4, 5 PCI-E x16, 1 M.2, 8 DDR4 DIMM, Audio, Dual Gigabit LAN, WiFi)
Graphics card: NVIDIA GeForce GTX TITAN Black (6 GB)
Disk Drive: Crucial_CT512MX100SSD1 (512 GB, SATA-III)
Blender Version: 3.0.0 2021-12-02
Branch: master
Worked: (newest version of Blender that worked as expected)
Short description of error
Clicking on button "Current Blends folder" (Amaranth toolset is enabled) in Asset Browser gives the following error:
Python: Traceback (most recent call last):
RuntimeError: Operator bpy.ops.file.select_bookmark.poll() failed, context is incorrect
location: :-1
Exact steps for others to reproduce the error
Just click on button "Current Blends folder" in Asset Browser.
Amaranth Toolset Bug in Asset browser panel.mp4
Added subscriber: @mvj1
Added subscribers: @pablovazquez, @lichtwerk
Changed status from 'Needs Triage' to: 'Confirmed'
Can confirm, this op does not really belong in the Asset Browser, should just poll for it and not show at all I think.
CC @pablovazquez
This issue was referenced by
b007120010
Changed status from 'Confirmed' to: 'Resolved'
Indeed that feature is only meant for the File Browser, not the Asset Browser. Fixed in
master
.Thanks for the report!