add filtering to window manager to only show folders and images since this is what the user wants to see when using this addon #104845
No reviewers
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104845
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "DanielGrauer/blender-addons:brushset-import-filter-files"
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?
Filter for relevant files (Folders and Images) to show the user only what is relevant for this addon.
f37dd3f1e2
tof3bd9e4d58
Sounds like a good idea, thanks for the work.
I noticed you're one of the authors of the add-on, so perhaps this PR doesn't require a thorough code review.
However, is the boolean "set_default_filters" becoming a new property of the exporter? If so, I believe you might be adding too much. It might be better to keep the filters as defaults without additional options.
Thanks for the review, the reason for set_default_filters is that the users filters are not overwritten for all the other imports& exports.
Maybe there is a different way to do that?
Also i should probably add a bit of documentation to that part and think about a better name for the property.
Do you think it's worth bumping version to (1, 3, 1)?
(This way we can better track possible issues).
I increased the version , renamed the property and added a little documentation to indicate that this is a temporary filter.