Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> pembem22
Andrii (pembem22)
Total Commits : 5
Master Commits : 5
Branch Commits : 0
First Commit : August 13, 2020
Latest Commit : December 9, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
December, 2021 | 3 | |
November, 2021 | 0 | |
October, 2021 | 0 | |
September, 2021 | 0 | |
August, 2021 | 0 | |
July, 2021 | 0 | |
June, 2021 | 0 | |
May, 2021 | 0 | |
April, 2021 | 0 | |
March, 2021 | 0 | |
February, 2021 | 0 | |
January, 2021 | 0 | |
December, 2020 | 0 | |
November, 2020 | 0 | |
October, 2020 | 0 | |
September, 2020 | 0 | |
August, 2020 | 2 |
Favourite Files
Filename | Total Edits |
---|---|
interface_draw.c | 2 |
merge.cpp | 2 |
render_scheduler.cpp | 1 |
File Changes
Action | Total | Per Commit |
---|---|---|
Modified | 5 | 1.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 161 | 32.2 |
Lines Removed | 77 | 15.4 |
Latest commits
December 9, 2021, 19:54 (GMT) |
Fix Cycles wrong adaptive sampling render when using sample offset Sample offset was not accounted for in the adaptive sampling code and caused issues, like immediately applied adaptive filtering, with non-zero values. Differential Revision: https://developer.blender.org/D13510 |
December 9, 2021, 19:52 (GMT) |
Cleanup: use more modern C++ in Cycles merge operator Use structured binding and for-each loop, remove reduntant type casts, use find_if instead of loop. Differential Revision: https://developer.blender.org/D13456 |
December 9, 2021, 19:52 (GMT) |
Cycles: support merging images rendered with adaptive sampling This patch adds support for merging images rendered with adaptive sampling to the merge operator (which is currently only exposed in the Python API). To do this an sample count buffer is created for each render layer from the sample count pass if it exists, or from the metadata otherwise. This is then used for averaging passes. Differential Revision: https://developer.blender.org/D13457 |
August 28, 2020, 20:22 (GMT) |
UI: Improve curve grid drawing code This patch fixes assert on grid drawing. `for` loops are used instead of `while` loops to make sure the number of lines is exact. The old code draws lots of unnecessary lines offscreen. This bug is fixed as well. See the patch for a comparison without a scissor test. Differential Revision: https://developer.blender.org/D8745 |
August 13, 2020, 01:02 (GMT) |
UI: Fix curve widget fill artifacts Disable antialiasing which caused artifacts. Differential Revision: https://developer.blender.org/D8497 |
MiikaHweb - Blender Git Statistics v1.06