
Blender Git Statistics -> Developers -> sebbas
Sebastián Barschkis (sebbas)
Total Commits : 1 106
Master Commits : 311
Branch Commits : 795
First Commit : August 15, 2015
Latest Commit : March 5, 2021 (Yesterday)
Commits by Month
Date | Number of Commits | |
---|---|---|
March, 2021 | 4 | |
February, 2021 | 11 | |
January, 2021 | 4 | |
December, 2020 | 2 | |
November, 2020 | 16 | |
October, 2020 | 19 | |
September, 2020 | 13 | |
August, 2020 | 8 | |
July, 2020 | 30 | |
June, 2020 | 10 | |
May, 2020 | 30 | |
April, 2020 | 41 | |
March, 2020 | 32 | |
February, 2020 | 40 | |
January, 2020 | 43 | |
December, 2019 | 48 | |
November, 2019 | 33 | |
October, 2019 | 9 | |
September, 2019 | 9 | |
August, 2019 | 6 | |
July, 2019 | 5 | |
June, 2019 | 4 | |
May, 2019 | 14 | |
April, 2019 | 31 | |
March, 2019 | 11 | |
February, 2019 | 0 | |
January, 2019 | 0 | |
December, 2018 | 0 | |
November, 2018 | 17 | |
October, 2018 | 1 | |
September, 2018 | 0 | |
August, 2018 | 23 | |
July, 2018 | 10 | |
June, 2018 | 1 | |
May, 2018 | 23 | |
April, 2018 | 8 | |
March, 2018 | 13 | |
February, 2018 | 3 | |
January, 2018 | 0 | |
December, 2017 | 12 | |
November, 2017 | 23 | |
October, 2017 | 6 | |
September, 2017 | 12 | |
August, 2017 | 15 | |
July, 2017 | 28 | |
June, 2017 | 43 | |
May, 2017 | 7 | |
April, 2017 | 8 | |
March, 2017 | 29 | |
February, 2017 | 10 | |
January, 2017 | 0 | |
December, 2016 | 4 | |
November, 2016 | 15 | |
October, 2016 | 19 | |
September, 2016 | 19 | |
August, 2016 | 48 | |
July, 2016 | 30 | |
June, 2016 | 43 | |
May, 2016 | 33 | |
April, 2016 | 11 | |
March, 2016 | 45 | |
February, 2016 | 12 | |
January, 2016 | 22 | |
December, 2015 | 7 | |
November, 2015 | 0 | |
October, 2015 | 9 | |
September, 2015 | 22 | |
August, 2015 | 2 |
Commit Distribution
Path | Number of Commits |
---|---|
fluid-mantaflow | 781 |
master | 311 |
vr_scene_inspection | 7 |
temp_bmesh_multires | 2 |
temp-lanpr-cleanup2 | 2 |
blender-v2.90-release | 1 |
blender-v2.82-release | 1 |
ui-asset-view-template | 1 |
temp-lanpr-cleanup | 1 |
Favourite Files
Filename | Total Edits |
---|---|
smoke.c | 203 |
liquid_script.h | 193 |
smoke_script.h | 140 |
FLUID.cpp | 129 |
properties_physics_smoke.py | 107 |
fluid.c | 103 |
rna_smoke.c | 100 |
MANTA_main.cpp | 89 |
manta_fluid_API.cpp | 82 |
DNA_smoke_types.h | 77 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 1 546 | 1.4 |
Modified | 4 563 | 4.1 |
Deleted | 1 532 | 1.4 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 45 850 | 48.8 |
Lines Removed | 34 000 | 36.2 |
Latest commits 
1 day and 0 hours ago |
Cleanup: Rename func occurences to _fn Use _fn as a suffix for callbacks. |
Revision a371a0e by Sebastián Barschkis / Julian Eisel (ui-asset-view-template) March 3, 2021, 17:15 (GMT) |
CMake/deps: Append platform CFLAGS and LDFLAGS to Python build to ensure compatibility with minimum macOS version Similarly to other dependencies, the Python build should make use of the default CMake arguments. On macOS, for example, these arguments are required to set the deployment target correctly. See also: https://devtalk.blender.org/t/compiling-latest-branch-on-macos-fails-undefined-symbol/17649 Reviewed By: brecht, sybren Differential Revision: https://developer.blender.org/D10498 |
March 2, 2021, 18:08 (GMT) |
CMake/deps: Append platform CFLAGS and LDFLAGS to Python build to ensure compatibility with minimum macOS version Similarly to other dependencies, the Python build should make use of the default CMake arguments. On macOS, for example, these arguments are required to set the deployment target correctly. See also: https://devtalk.blender.org/t/compiling-latest-branch-on-macos-fails-undefined-symbol/17649 Reviewed By: brecht, sybren Differential Revision: https://developer.blender.org/D10498 |
March 1, 2021, 12:08 (GMT) |
CMake/deps: Added new macOS arm64 build dependency to instructions macOS arm64 has extra requirements. |
February 26, 2021, 20:35 (GMT) |
CMake/deps: Adjust OSL shader directory The location of the shaders changed with OSL 1.11.10. This commit is therefore in addition to D10212. @sybren With the latest SVN libraries, I am fairly certain there is a "OSL not found" in the CMake output. Can you check on Linux? @LazyDodo Since you haven't pushed the new OSL libs yet, this should not be a problem on Windows. So this will only be needed whenever those land. Reviewed By: LazyDodo Differential Revision: https://developer.blender.org/D10552 |
February 26, 2021, 16:38 (GMT) |
CMake/deps: Fix LLVM and OSL builds This commit is addition to D10212. Apple arm64 support was left out in that patch. |
February 24, 2021, 19:23 (GMT) |
CMake: Removed temporarily disabled clang block Was disabled in rBc778fd981e63. Libraries have been updated in rBL62576. |
February 24, 2021, 15:13 (GMT) |
CMake: Temporarily removing find clang block New libs have not landed in the SVN repository. Once they are up, this commit will be reverted. |
February 5, 2021, 15:24 (GMT) |
Merge branch 'blender-v2.92-release' |
February 5, 2021, 15:23 (GMT) |
Fluid: Updated Mantaflow source files This updates fixes the following issues (critical for 2.92): - Issue that prevented dense 'int' grids from being exported (incorrect clip value) - Issue with particles outside out of domain bounds (position between -1 and 0) not being deleted |
MiikaHweb - Blender Git Statistics v1.06