-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 UI for pixel history for dual source output and blend src/dest #3010
Commits on Jul 31, 2023
-
Create pixel history shader out 2 variable
Currently, no backend sets this, and it is not displayed.
Configuration menu - View commit details
-
Copy full SHA for 1c8e72a - Browse repository at this point
Copy the full SHA 1c8e72aView commit details -
Create pixel history blend source and blend dest variables
Currently, no backend sets them, and they are not displayed.
Configuration menu - View commit details
-
Copy full SHA for 3cb0217 - Browse repository at this point
Copy the full SHA 3cb0217View commit details -
Blend pixel history widget background color with selection color
Before, if a row was selected, the color was completely replaced, which makes the color preview column completely useless for that row. This change also fixes some inconsistencies with how the selection hover works on tree widgets; previously part of the row was not highlighted.
Configuration menu - View commit details
-
Copy full SHA for 664c52f - Browse repository at this point
Copy the full SHA 664c52fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f885f - Browse repository at this point
Copy the full SHA a7f885fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d34af - Browse repository at this point
Copy the full SHA c0d34afView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cad1e - Browse repository at this point
Copy the full SHA e0cad1eView commit details -
Create pixel history tex before column
This is already implemented by all backends, but did not get displayed beforehand. This column is not visible by default.
Configuration menu - View commit details
-
Copy full SHA for c62b453 - Browse repository at this point
Copy the full SHA c62b453View commit details -
Create pixel history shader out 2 column
This has not yet been implemented by any backends, not is the column visible by default.
Configuration menu - View commit details
-
Copy full SHA for de2db79 - Browse repository at this point
Copy the full SHA de2db79View commit details -
Create pixel history blend source and blend dest columns
They have not yet been implemented by any backends, not are the columns visible by default.
Configuration menu - View commit details
-
Copy full SHA for d19013d - Browse repository at this point
Copy the full SHA d19013dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5517f5 - Browse repository at this point
Copy the full SHA b5517f5View commit details