-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Ensure that PartialEvaluator.hasBlendModes
handles Blend Modes in Arrays (PR 11281 follow-up)
#11283
Ensure that PartialEvaluator.hasBlendModes
handles Blend Modes in Arrays (PR 11281 follow-up)
#11283
Conversation
…rrays (PR 11281 follow-up) I completely overlooked this in PR 11281, but you obviously need to make similar changes in `PartialEvaluator.hasBlendModes` since it will otherwise ignore valid Blend Modes.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/ab0c602f9ad5c38/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/f7e0f29bcc8d3e5/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/ab0c602f9ad5c38/output.txt Total script time: 18.59 mins
|
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/f7e0f29bcc8d3e5/output.txt Total script time: 26.57 mins
Image differences available at: http://54.215.176.217:8877/f7e0f29bcc8d3e5/reftest-analyzer.html#web=eq.log |
Thank you for the follow-up! |
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/191d2ca1efd866b/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/1b85ec97c269887/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/191d2ca1efd866b/output.txt Total script time: 16.89 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/1b85ec97c269887/output.txt Total script time: 23.75 mins
|
I completely overlooked this in PR #11281, but you obviously need to make similar changes in
PartialEvaluator.hasBlendModes
since it will otherwise ignore valid Blend Modes.