Blender Git Statistics -> Developers -> mano-wii
Germano Cavalcante (mano-wii)
Total Commits : 1 615
Master Commits : 1 362
Branch Commits : 253
First Commit : January 25, 2016
Latest Commit : December 29, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
December, 2021 | 22 | |
November, 2021 | 77 | |
October, 2021 | 34 | |
September, 2021 | 13 | |
August, 2021 | 61 | |
July, 2021 | 45 | |
June, 2021 | 61 | |
May, 2021 | 35 | |
April, 2021 | 57 | |
March, 2021 | 16 | |
February, 2021 | 49 | |
January, 2021 | 34 | |
December, 2020 | 14 | |
November, 2020 | 27 | |
October, 2020 | 13 | |
September, 2020 | 31 | |
August, 2020 | 23 | |
July, 2020 | 39 | |
June, 2020 | 44 | |
May, 2020 | 44 | |
April, 2020 | 30 | |
March, 2020 | 28 | |
February, 2020 | 41 | |
January, 2020 | 41 | |
December, 2019 | 20 | |
November, 2019 | 12 | |
October, 2019 | 21 | |
September, 2019 | 62 | |
August, 2019 | 68 | |
July, 2019 | 31 | |
June, 2019 | 18 | |
May, 2019 | 14 | |
April, 2019 | 9 | |
March, 2019 | 28 | |
February, 2019 | 4 | |
January, 2019 | 5 | |
December, 2018 | 11 | |
November, 2018 | 22 | |
October, 2018 | 49 | |
September, 2018 | 20 | |
August, 2018 | 8 | |
July, 2018 | 6 | |
June, 2018 | 3 | |
May, 2018 | 88 | |
April, 2018 | 25 | |
March, 2018 | 9 | |
February, 2018 | 17 | |
January, 2018 | 27 | |
December, 2017 | 20 | |
November, 2017 | 6 | |
October, 2017 | 4 | |
September, 2017 | 7 | |
August, 2017 | 4 | |
July, 2017 | 24 | |
June, 2017 | 0 | |
May, 2017 | 0 | |
April, 2017 | 9 | |
March, 2017 | 18 | |
February, 2017 | 28 | |
January, 2017 | 14 | |
December, 2016 | 0 | |
November, 2016 | 0 | |
October, 2016 | 2 | |
September, 2016 | 0 | |
August, 2016 | 0 | |
July, 2016 | 7 | |
June, 2016 | 6 | |
May, 2016 | 3 | |
April, 2016 | 0 | |
March, 2016 | 0 | |
February, 2016 | 4 | |
January, 2016 | 3 |
Commit Distribution
Favourite Files
Filename | Total Edits |
---|---|
transform_snap_object.c | 193 |
transform.c | 125 |
transform.h | 102 |
transform_snap.c | 92 |
transform_generics.c | 89 |
transform_constraints.c | 55 |
transform_convert_mesh.c | 53 |
transform_convert.c | 51 |
draw_manager.c | 41 |
bvhutils.c | 41 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 471 | 0.3 |
Modified | 4 133 | 2.6 |
Deleted | 257 | 0.2 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 69 461 | 47.2 |
Lines Removed | 50 754 | 34.5 |
Latest commits
December 29, 2021, 20:45 (GMT) |
Modifiers: decrease maximum allocation size for Weld vertices At the time of allocating the buffer with vertices in context, we don't know exactly how many vertices are affected, but we do know that it is less than or equal to twice the number of vertices killed. |
December 29, 2021, 15:36 (GMT) |
Fix T94113: Local view + Geometry Nodes is broken for instances `GeometrySet::compute_boundbox_without_instances` may not initialize min max in some cases such as meshes without vertices. This can result in a Bounding Box with impossible dimensions (min=FLT_MAX, max=-FLT_MAX). So repeat the same solution seen in `BKE_object_boundbox_calc_from_mesh` and set boundbox values to zero. Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D13664 |
December 29, 2021, 14:46 (GMT) |
gpu.types.GPUOffScreen: accept format argument for color texture Some projects need more than 8-bit RGBA off-screen, so add the ability to accept color format and defaults to RGBA8 so existing code should not be affected. Currently supported formats: - RGBA8 (default) - RGBA16 - RGBA16F - RGBA32F Reviewed By: mano-wii Differential Revision: https://developer.blender.org/D13650 |
December 28, 2021, 23:42 (GMT) |
Cleanup: Use indices instead of pointers This improves code readability. Take the opportunity and improve the comments too. |
December 22, 2021, 19:11 (GMT) |
Fix T93408: Snap performance regression at high poll rate Caused by {rBfba9cd019f21f29bad1a6f3713370c5172dbc97f}. The snap timer was accidentally modified and damaged. |
December 21, 2021, 16:00 (GMT) |
Fix T94191: correct (time) translation headers not showing DeltaX Caused by {rBb0d9e6797fb8} For the header (both Graph Editor case in general `headerTranslation` as well as `headerTimeTranslate`) we are interested in deltas values (not absolute values). Since culprit commit, `snapFrameTransform` was not working with deltas anymore, but we have to compensate for this. For the Graph Editor, this only worked "by accident" in rB7192e57d63a5, since `ival` is still zero at this point. So now, reacquire the delta right after the snap operation. Also use a more appropriate center value in the translate operator. Maniphest Tasks: T94191 Differential Revision: https://developer.blender.org/D13641 |
December 17, 2021, 22:13 (GMT) |
Fix T94184: Outliner: Collection dragging tooltip is not updating In the context of the dragdrop tooltip, the event referenced to the window is out of date and contains invalid `mval` values. Avoid using `win->eventstate` as much as possible. |
December 16, 2021, 16:45 (GMT) |
Fix T94109: 3d cursor crash when using shortcut Operator was erroneously starting edge_slide operation. Revert part of the changes in rB3fab16fe8eb4 as obedit_type was being confused with object_mode. |
December 9, 2021, 21:17 (GMT) |
Fix T93687: Transform Gpencil vertices not working if scale is zero Solution similar to rBd5cefc1844cf. Basically the problem occurs because `td->smtx` was set to zero matrix. |
December 9, 2021, 02:47 (GMT) |
Fix T93869: snap cursor may fail in orthographic view Float precision issues cause the `ED_view3d_win_to_3d_on_plane` to return a value even when the view ray is parallel to the plane. A more general solution might be desired in this case, as other areas that use `ED_view3d_win_to_3d_on_plane` might have the same problem. For now, just work around the problem for the snap cursor. |
MiikaHweb - Blender Git Statistics v1.06