-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a property to show the active vf filters #15925
Comments
vf will always return a table. When there are no filters, the table length is zero. There's no clever way to deal with this with using auto profiles currently AFAIK since vf will never be nil. So new functionality would have to be added to it. |
|
Oh yeah that works. |
Not perfect. Disabled filters will also be treated as 'active' ones. |
Please reopen the issue. Because vf chain can be disabled internally (i.e. filters are disabled by labels or incompatible pixel formats). I wish a property to observe the 'active' filters. Which will be also useful in the script. |
|
Seems to be a workaround. |
Expected behavior of the wanted feature
The ideal use case:
auto-copy
)auto
)I tried to find a property to make a simple auto-profile/script to make it come true. But the reliable property seems not be exist.
vf
is just a simple string. Even though invalid values were set, checkvf
will return True.Is it possible to add a property to show the active vf filters (like
vo-passes
can allow checking the active shader)?Alternative behavior of the wanted feature
Or other better methods?
Log File
N/A
Sample Files
N/A
The text was updated successfully, but these errors were encountered: