frontend, obs-filters: Add missing file support for filters#12962
Open
exeldro wants to merge 1 commit intoobsproject:masterfrom
Open
frontend, obs-filters: Add missing file support for filters#12962exeldro wants to merge 1 commit intoobsproject:masterfrom
exeldro wants to merge 1 commit intoobsproject:masterfrom
Conversation
c17aa4a to
cfc8db6
Compare
PatTheMav
reviewed
Jan 14, 2026
Member
PatTheMav
left a comment
There was a problem hiding this comment.
Seems fine apart from code style changes.
It feels a bit "wrong" having to implement this frontend concern in the filters themselves (instead the frontend should be able to look at the "resources" used by a source and thus check for its existence), but this is how the system currently works in OBS for better or worse.
cfc8db6 to
0b8b657
Compare
Contributor
Author
|
Rebased and applied suggestions from @PatTheMav |
PatTheMav
reviewed
Jan 16, 2026
0b8b657 to
df95dba
Compare
PatTheMav
approved these changes
Jan 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add missing file support for filters
Motivation and Context
When importing a scene collection you get a popup with missing files which does not contain all missing files.
How Has This Been Tested?
On windows 11 with a mask filter and remove the mask from disk
Types of changes
Checklist: