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

DateNumber of Commits
December, 20211
November, 202131
October, 202119
September, 20215
August, 20212
July, 20213
June, 20217
May, 20212
April, 20213
March, 20211
February, 20210
January, 20210
December, 20201
November, 20201
October, 20203
September, 20200
August, 20200
July, 20200
June, 20200
May, 20200
April, 20200
March, 20200
February, 20200
January, 20200
December, 20190
November, 20190
October, 20190
September, 20191

Commit Distribution

PathNumber of Commits
master45
temp-geometry-nodes-timings16
temp-geometry-nodes-text7
experimental-build3
temp-lanpr-staging1
temp-attribute-processor1
soc-2021-porting-modifiers-to-nodes_all1
soc-2021-porting-modifiers-to-nodes-decimate1
soc-2021-curves1

Favourite Files

FilenameTotal Edits
NOD_static_types.h13
nodeitems_builtins.py12
BKE_node.h12
CMakeLists.txt12
node.cc12
node_geo_string_to_curves.cc11
node_draw.cc10
NOD_geometry.h9
NOD_function.h7
rna_nodetree.c7

File Changes

ActionTotalPer Commit
Added280.4
Modified2433.0
Deleted20.0

Code Changes

ActionTotalPer Commit
Lines Added5 74981.0
Lines Removed86312.2

Latest commits Feed

Revision 3753a0b by Erik Abrahamsson (master)
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
Revision aa6c922 by Erik Abrahamsson (master)
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
Revision d2f4fb6 by Erik Abrahamsson (master)
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
Revision 9812a08 by Erik Abrahamsson (master)
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
Revision e4986f9 by Erik Abrahamsson (master)
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
Revision 8600d44 by Erik Abrahamsson (master)
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
Revision 0129178 by Erik Abrahamsson (master)
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021