Blender Git Statistics -> Developers -> manzanilla

Manuel Castilla (manzanilla)

Total Commits : 333
Master Commits : 107
Branch Commits : 226
First Commit : May 29, 2020
Latest Commit : October 23, 2021

Commits by Month

DateNumber of Commits
October, 202116
September, 202135
August, 202188
July, 202185
June, 202122
May, 202174
April, 20217
March, 20211
February, 20210
January, 20210
December, 20201
November, 20202
October, 20200
September, 20201
August, 20200
July, 20200
June, 20200
May, 20201

Commit Distribution

PathNumber of Commits
compositor-full-frame168
master107
soc-2021-porting-modifiers-to-nodes-decimate18
soc-2021-porting-modifiers-to-nodes_all18
temp-lineart-contained11
lineart-shadow11
soc-2021-curves5
temp-compositor-patches4
temp-compositor-cleanups4
temp-compositor-fixes3
temp-ui-tweaks3
temp-fix-tests-arm642
lineart-bvh2
temp-compositor-canvas2

Favourite Files

FilenameTotal Edits
COM_NodeOperation.cc51
COM_FullFrameExecutionModel.cc50
COM_NodeOperation.h49
COM_ExecutionSystem.cc39
COM_MemoryBuffer.h37
COM_defines.h32
COM_MemoryBuffer.cc31
COM_Debug.cc29
COM_NodeOperationBuilder.cc27
COM_ExecutionSystem.h24

File Changes

ActionTotalPer Commit
Added630.2
Modified4 04712.2
Deleted60.0

Code Changes

ActionTotalPer Commit
Lines Added27 05389.3
Lines Removed8 73828.8

Latest commits Feed

Revision dd505a7 by Manuel Castilla (master)
October 23, 2021, 20:02 (GMT)
Fix T92400: Denoise node Prefilter output is always "Fast"

Caused by an accidental renaming in {rB1c42d4930a24d639b3aa561b9a8b4bbc}
Revision a3d0b50 by Manuel Castilla (master)
October 23, 2021, 20:02 (GMT)
Cleanup: use underscore suffix for private data members
Revision 8c21667 by Manuel Castilla (master)
October 23, 2021, 20:02 (GMT)
Cleanup: remove unused function

It doesn't have definition either.
Revision 9b1b1d9 by Manuel Castilla (master)
October 15, 2021, 20:23 (GMT)
Cleanup: remove unused functions
Revision 5b9a911 by Manuel Castilla (master)
October 15, 2021, 20:23 (GMT)
Fix T72583: Sun Beams node artifacts

The artifacts are due to the loss of precision when doing some
calculations with float precision.
Revision ecb8a57 by Manuel Castilla (master)
October 13, 2021, 21:41 (GMT)
Cleanup: remove unused includes in Compositor

And move unneeded includes in frequently used headers
to source files.

Slightly reduces compile time.
Revision ea79efe by Manuel Castilla (master)
October 13, 2021, 21:41 (GMT)
Cleanup: remove `this->` for `m_` prefixed members in Compositor

For cleaning old code style as new code usually omit it.
Revision a2ee3c3 by Manuel Castilla (master)
October 13, 2021, 21:41 (GMT)
Cleanup: replace members `m_` prefix by `_` suffix in Compositor

To convert old code to the current convention and
use a single code style.
Revision 1c42d49 by Manuel Castilla (master)
October 13, 2021, 21:41 (GMT)
Cleanup: convert camelCase naming to snake_case in Compositor

To convert old code to the current convention and
use a single code style.
Revision f609b05 by Manuel Castilla (master)
October 13, 2021, 21:41 (GMT)
Cleanup: use `_` suffix for non-public data members in Compositor

For code style and clarity.

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021