-
Notifications
You must be signed in to change notification settings - Fork 284
Use different Docker image for blender verification #3844
Conversation
Also closes #3772 |
aed5921
to
15b14b5
Compare
for y_offset in offsets: | ||
crop = rendered_scene.crop((x + x_offset, | ||
y + y_offset, | ||
x + width - x_offset, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this the buggy version? -
instead of +
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it is.
But fix is waiting in different pull request. And previous version wasn't less buggy probably
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or I can apply this fix in this pull request.
I don't know
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please apply in this PR, there's no point in submitting known buggy code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, done
Codecov Report
@@ Coverage Diff @@
## develop #3844 +/- ##
===========================================
+ Coverage 87.75% 87.78% +0.02%
===========================================
Files 216 216
Lines 19068 18954 -114
===========================================
- Hits 16734 16639 -95
+ Misses 2334 2315 -19 |
Crops are rendered in the same docker run as the rest of the verification.
All these new scripts are taken from https://gitlab.lan.golem.network/lfoniok/blender-docker/tree/graphene-blender-experiments, in particular, that means I won't be able to answer any questions related to them