Filepath property won't open filebrowser from a popover #63999

Closed
opened 2019-04-29 22:25:59 +02:00 by Joshua Knauber · 11 comments

System Information
Operating system: Windows-10-10.0.17134 64 Bits
Graphics card: Intel(R) HD Graphics 620 Intel 4.5.0 - Build 24.20.100.6136

Blender Version
Broken: version: 2.80 (sub 60), branch: master, commit date: 2019-04-29 10:32, hash: a57fec986d
Worked: (optional)

Short description of error
When you register a custom active tool, that has a popover panel with a filepath property the folder icon won't open the filebrowser. It does work when it's just in the toolbar, but not in the panel.

Exact steps for others to reproduce the error
filepath_bug.blend

  • Run the script
  • Select the active tool
  • Open the popover panel
  • Try opening the filebrowser by clicking the folder icon
**System Information** Operating system: Windows-10-10.0.17134 64 Bits Graphics card: Intel(R) HD Graphics 620 Intel 4.5.0 - Build 24.20.100.6136 **Blender Version** Broken: version: 2.80 (sub 60), branch: master, commit date: 2019-04-29 10:32, hash: `a57fec986d` Worked: (optional) **Short description of error** When you register a custom active tool, that has a popover panel with a filepath property the folder icon won't open the filebrowser. It does work when it's just in the toolbar, but not in the panel. **Exact steps for others to reproduce the error** [filepath_bug.blend](https://archive.blender.org/developer/F6992918/filepath_bug.blend) - Run the script - Select the active tool - Open the popover panel - Try opening the filebrowser by clicking the folder icon
Author

Added subscriber: @JoshuaKnauber

Added subscriber: @JoshuaKnauber

#65536 was marked as duplicate of this issue

#65536 was marked as duplicate of this issue
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Can confirm this is not working in any popover.
Checking further...

Can confirm this is not working in any popover. Checking further...
Philipp Oeser changed title from Filepath property won't open filebrowser in toolbar subpanel to Filepath property won't open filebrowser from a popover 2019-04-30 09:19:17 +02:00

Added subscriber: @remi_creative

Added subscriber: @remi_creative

Having this issue as well. I filed my own bug report (#65536) before I knew this one existed that contains some additional detail. Really hoping to see this issue fixed soon!

Having this issue as well. I filed my own bug report (#65536) before I knew this one existed that contains some additional detail. Really hoping to see this issue fixed soon!

Added subscriber: @haiku

Added subscriber: @haiku

This issue was referenced by a5790b2656

This issue was referenced by a5790b26563c216dce262586369fdca1061b4850
Member

Added subscriber: @Jeroen-Bakker

Added subscriber: @Jeroen-Bakker
Member

Issue is that UI_context_active_but_prop_get_filebrowser doesn't find the button as it doesn't look into popovers.

Issue is that UI_context_active_but_prop_get_filebrowser doesn't find the button as it doesn't look into popovers.
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Julian Eisel self-assigned this 2020-01-28 17:02:58 +01:00
Sign in to join this conversation.
7 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blender/blender#63999
No description provided.