Blender Git Statistics -> Developers -> zazizizou
Habib Gahbiche (zazizizou)
Total Commits : 38
Master Commits : 19
Branch Commits : 19
First Commit : August 31, 2018
Latest Commit : March 29, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
March, 2021 | 14 | |
February, 2021 | 11 | |
January, 2021 | 2 | |
December, 2020 | 0 | |
November, 2020 | 0 | |
October, 2020 | 0 | |
September, 2020 | 0 | |
August, 2020 | 0 | |
July, 2020 | 0 | |
June, 2020 | 0 | |
May, 2020 | 0 | |
April, 2020 | 0 | |
March, 2020 | 1 | |
February, 2020 | 0 | |
January, 2020 | 0 | |
December, 2019 | 0 | |
November, 2019 | 0 | |
October, 2019 | 0 | |
September, 2019 | 0 | |
August, 2019 | 0 | |
July, 2019 | 1 | |
June, 2019 | 0 | |
May, 2019 | 0 | |
April, 2019 | 0 | |
March, 2019 | 0 | |
February, 2019 | 0 | |
January, 2019 | 0 | |
December, 2018 | 0 | |
November, 2018 | 4 | |
October, 2018 | 2 | |
September, 2018 | 0 | |
August, 2018 | 3 |
Commit Distribution
Path | Number of Commits |
---|---|
master | 19 |
compositor-anti-aliasing | 11 |
temp-outliner-visibility | 9 |
hair_object | 9 |
collada2.8 | 9 |
blender2.8_snap_gizmo | 5 |
pygpu_extensions | 3 |
interactive_physics | 3 |
temp-ui-layout-2.8 | 3 |
Favourite Files
Filename | Total Edits |
---|---|
COM_SMAAOperation.h | 9 |
DNA_node_types.h | 8 |
rna_nodetree.c | 8 |
node_composite_antialiasing.c | 8 |
COM_SMAAOperation.cc | 7 |
mesh_test.py | 6 |
COM_AntiAliasingNode.cc | 6 |
BKE_node.h | 5 |
node.c | 5 |
operators.py | 5 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 39 | 1.0 |
Modified | 170 | 4.5 |
Deleted | 2 | 0.1 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 1 298 | 48.1 |
Lines Removed | 1 118 | 41.4 |
Latest commits
March 29, 2021, 05:56 (GMT) |
Compositor: Add Anti-Aliasing node This is an implementation of Enhanced Subpixel Morphological Antialiasing (SMAA) The algorithm was proposed by: Jorge Jimenez, Jose I. Echevarria, Tiago Sousa, Diego Gutierrez This node provides only SMAA 1x mode, so the operation will be done with no spatial multisampling nor temporal supersampling. See Patch for comparisons. The existing AA operation seems to be used only for binary images by some other nodes. Using SMAA for binary images needs no important parameter such as "threshold", so we perhaps can switch the operation to SMAA, though that changes existing behavior. Notes: 1. The program code assumes the screen coordinates are DirectX style that the vertical direction is upside-down, so "top" and "bottom" actually represent bottom and top, respectively. Thanks for Habib Gahbiche (zazizizou) to polish and finalize this patch. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D2411 |
Revision 15e3afb by Habib Gahbiche (compositor-anti-aliasing) March 27, 2021, 13:38 (GMT) |
Cleanup Compositor AA: remove redundant initialization |
Revision d0349ad by Habib Gahbiche (compositor-anti-aliasing) March 27, 2021, 13:21 (GMT) |
Cleanup: use one class for edge detection in Anti-Aliasing node |
Revision 3347fa7 by Habib Gahbiche (compositor-anti-aliasing) March 27, 2021, 11:59 (GMT) |
Merge remote-tracking branch 'origin' into compositor-anti-aliasing |
March 27, 2021, 08:48 (GMT) |
Automated testing: selection operators test cases added 22 more test cases for following operators: - edges select sharp - loop multi select - select all - select faces by sides - select interior faces - select less - select linked {F9853218} Reviewed By: calra, mont29 Differential Revision: https://developer.blender.org/D10400 |
March 26, 2021, 15:15 (GMT) |
Compositor automated testing Added support for compositor tests. Compositor tests can be added, executed and viewed in a similar way to cycles and other render engines tests. Running test: `ctest -R compositor` Updating test: `BLENDER_TEST_UPDATE=1 ctest -R compositor` Viewing test results: typically saved under `build_folder/tests/compositor/report.html` Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6334 |
Revision a08967c by Habib Gahbiche (compositor-anti-aliasing) March 20, 2021, 12:53 (GMT) |
Merge remote-tracking branch 'origin' into compositor-anti-aliasing Conflicts: source/blender/blenlib/intern/math_base_inline.c |
Revision 608c027 by Habib Gahbiche (compositor-anti-aliasing) March 20, 2021, 12:12 (GMT) |
Cleanup: replace NULL with nullptr - use brackets around if |
Revision 590fc03 by Habib Gahbiche (compositor-anti-aliasing) March 16, 2021, 21:09 (GMT) |
Merge remote-tracking branch 'origin' into compositor-anti-aliasing |
Revision b7394ee by Habib Gahbiche (compositor-anti-aliasing) March 16, 2021, 21:05 (GMT) |
Compositor Anti-Aliasing: addressed comments from code review - Made node slightly larger to make text fit - Renamed "Local Contrast Adaptation Factor" to "Contrast Limit" - Removed unused enum - Style: added brackets around if - Style: Ran make format (excluded changes from unrelated files) |
MiikaHweb - Blender Git Statistics v1.06