Blender Git Statistics -> Developers -> erik85
Erik Abrahamsson (erik85)
Total Commits : 80
Master Commits : 45
Branch Commits : 35
First Commit : September 12, 2019
Latest Commit : December 9, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
December, 2021 | 1 | |
November, 2021 | 31 | |
October, 2021 | 19 | |
September, 2021 | 5 | |
August, 2021 | 2 | |
July, 2021 | 3 | |
June, 2021 | 7 | |
May, 2021 | 2 | |
April, 2021 | 3 | |
March, 2021 | 1 | |
February, 2021 | 0 | |
January, 2021 | 0 | |
December, 2020 | 1 | |
November, 2020 | 1 | |
October, 2020 | 3 | |
September, 2020 | 0 | |
August, 2020 | 0 | |
July, 2020 | 0 | |
June, 2020 | 0 | |
May, 2020 | 0 | |
April, 2020 | 0 | |
March, 2020 | 0 | |
February, 2020 | 0 | |
January, 2020 | 0 | |
December, 2019 | 0 | |
November, 2019 | 0 | |
October, 2019 | 0 | |
September, 2019 | 1 |
Commit Distribution
Favourite Files
Filename | Total Edits |
---|---|
NOD_static_types.h | 13 |
nodeitems_builtins.py | 12 |
BKE_node.h | 12 |
CMakeLists.txt | 12 |
node.cc | 12 |
node_geo_string_to_curves.cc | 11 |
node_draw.cc | 10 |
NOD_geometry.h | 9 |
NOD_function.h | 7 |
rna_nodetree.c | 7 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 28 | 0.4 |
Modified | 243 | 3.0 |
Deleted | 2 | 0.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 5 749 | 81.0 |
Lines Removed | 863 | 12.2 |
Latest commits
December 9, 2021, 00:48 (GMT) |
Fix T93523: Memory leak in Menu Search Fixes a memory leak introduced by D13225. Caused by not freeing the hash-map in some cases. Differential Revision: https://developer.blender.org/D13432 |
November 27, 2021, 18:06 (GMT) |
Geometry Nodes: Optimize Cube primitive vertex calculation This patch gets rid of the O(N^3) complexity of calculate_vertices. Execution time of the node is reduced from 250ms to 140ms with 500^3 vertices. In the future edge calculations could be done manually and reduce the execution time even further. Differential Revision: https://developer.blender.org/D13207 |
November 27, 2021, 17:17 (GMT) |
Geometry Nodes: Parallelize "Set Spline Type"-node Parallelizes the loop that converts splines. It gives around a 2x speedup on curves with over 1k splines. Differential Revision: https://developer.blender.org/D13389 |
November 25, 2021, 14:01 (GMT) |
Fix: Crash when muting the Group Output node This fixes a crash when muting the "Group Output" node. It should not be possible to mute it so this patch sets the `no_muting`-variable on it. Differential Revision: https://developer.blender.org/D13364 |
Revision 5be8cc6 by Erik Abrahamsson (temp-geometry-nodes-text) November 24, 2021, 00:29 (GMT) |
FIx: Change to instance domain |
Revision c853826 by Erik Abrahamsson (temp-geometry-nodes-text) November 23, 2021, 16:59 (GMT) |
Merge branch 'master' into temp-geometry-nodes-text |
November 23, 2021, 16:37 (GMT) |
Geometry Nodes: Node execution time overlay Adds a new overlay called "Timings" to the Geometry Node editor. This shows the node execution time in milliseconds above the node. For group nodes and frames, the total time for all nodes inside (recursively) is shown. Group output node shows the node tree total. The code is prepared for easily adding new rows of information to the box above the node in the future. Differential Revision: https://developer.blender.org/D13256 |
November 22, 2021, 22:40 (GMT) |
Fix: Const warning in editmesh_knife.c Fixes a warning caused by freeing a const pointer. This commit removes the const modifier. Differential Revision: https://developer.blender.org/D13321 |
Revision 735b0b7 by Erik Abrahamsson (temp-geometry-nodes-timings) November 22, 2021, 17:36 (GMT) |
Merge branch 'master' into temp-geometry-nodes-timings |
November 22, 2021, 17:23 (GMT) |
UI: Use a map for block name lookups Use a map to speed up search for UI block names. Time to redraw the node editor was decreased from around 75-120ms to 40-70ms in a tree with many Geometry Nodes. Differential Revision: https://developer.blender.org/D13225 |
MiikaHweb - Blender Git Statistics v1.06