Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> natecraddock
Nathan Craddock (natecraddock)
Total Commits : 632
Master Commits : 150
Branch Commits : 482
First Commit : March 28, 2019
Latest Commit : July 30, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
July, 2021 | 3 | |
June, 2021 | 0 | |
May, 2021 | 0 | |
April, 2021 | 1 | |
March, 2021 | 0 | |
February, 2021 | 10 | |
January, 2021 | 3 | |
December, 2020 | 13 | |
November, 2020 | 21 | |
October, 2020 | 3 | |
September, 2020 | 24 | |
August, 2020 | 90 | |
July, 2020 | 94 | |
June, 2020 | 66 | |
May, 2020 | 9 | |
April, 2020 | 5 | |
March, 2020 | 3 | |
February, 2020 | 3 | |
January, 2020 | 1 | |
December, 2019 | 0 | |
November, 2019 | 0 | |
October, 2019 | 0 | |
September, 2019 | 1 | |
August, 2019 | 108 | |
July, 2019 | 95 | |
June, 2019 | 63 | |
May, 2019 | 15 | |
April, 2019 | 0 | |
March, 2019 | 1 |
Commit Distribution
Favourite Files
Filename | Total Edits |
---|---|
outliner_select.c | 149 |
outliner_draw.c | 129 |
outliner_intern.h | 67 |
outliner_sync.c | 47 |
outliner_edit.c | 46 |
outliner_tools.c | 44 |
outliner_dragdrop.c | 41 |
outliner_tree.c | 33 |
space_outliner.py | 32 |
outliner_utils.c | 28 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 55 | 0.1 |
Modified | 1 223 | 1.9 |
Deleted | 36 | 0.1 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 17 422 | 35.4 |
Lines Removed | 8 856 | 18.0 |
Latest commits
Revision fb797b1 by Nathan Craddock / Fabian Schempp (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:51 (GMT) |
UI: Support left-right arrow key walk navigation in UI lists Add improved arrow key walk navigation in grid layout UI List templates. Pressing up or down walks the active item to the adjacent row in that direction, while left and right walk through the items along the columns wrapping at the rows. Note from Julian: In combination with the following commit, this has the important limitation that the list's custom activate operator won't be called when "walking over" an item that is scrolled out of the list. That is because we don't actually create any buttons for those that could be used for the handling logic. For our purposes of the pose libraries that should be fine since the asset view list is always made big enough to display all items. Solving this might be difficult, we don't properly support nesting boxes with proper scrolling in regular layouts. It's all just hacked a bit for UI-lists to work. Overlaps quite a bit with T86149. Differential Revision: https://developer.blender.org/D11063 |
July 15, 2021, 14:12 (GMT) |
UI: Support left-right arrow key walk navigation in UI lists Add improved arrow key walk navigation in grid layout UI List templates. Pressing up or down walks the active item to the adjacent row in that direction, while left and right walk through the items along the columns wrapping at the rows. Note from Julian: In combination with the following commit, this has the important limitation that the list's custom activate operator won't be called when "walking over" an item that is scrolled out of the list. That is because we don't actually create any buttons for those that could be used for the handling logic. For our purposes of the pose libraries that should be fine since the asset view list is always made big enough to display all items. Solving this might be difficult, we don't properly support nesting boxes with proper scrolling in regular layouts. It's all just hacked a bit for UI-lists to work. Overlaps quite a bit with T86149. Differential Revision: https://developer.blender.org/D11063 |
Revision f749054 by Nathan Craddock / Julian Eisel (temp-asset-browser-poselib-merge) July 14, 2021, 16:18 (GMT) |
UI: Support left-right arrow key walk navigation in UI lists Add improved arrow key walk navigation in grid layout UI List templates. Pressing up or down walks the active item to the adjacent row in that direction, while left and right walk through the items along the columns wrapping at the rows. Note from Julian: In combination with the following commit, this has the important limitation that the list's custom activate operator won't be called when "walking over" an item that is scrolled out of the list. That is because we don't actually create any buttons for those that could be used for the handling logic. For our purposes of the pose libraries that should be fine since the asset view list is always made big enough to display all items. Solving this might be difficult, we don't properly support nesting boxes with proper scrolling in regular layouts. It's all just hacked a bit for UI-lists to work. Overlaps quite a bit with T86149. Differential Revision: https://developer.blender.org/D11063 |
Revision 39ce17f by Nathan Craddock (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) April 26, 2021, 19:25 (GMT) |
UI: Improve walk navigation in UI List template Add improved arrow key walk navigation in grid layout UI List templates. Pressing up or down walks the active item to the adjacent row in that direction, while left and right walk through the items along the columns wrapping at the rows. Differential Revision: https://developer.blender.org/D11063 |
February 17, 2021, 15:13 (GMT) |
Merge branch 'blender-v2.92-release' |
February 17, 2021, 15:12 (GMT) |
Cleanup: Missing word in rna description One of the sentences changed recently in rBc63df3b33f01 was missing a word. No functional changes. |
February 16, 2021, 01:25 (GMT) |
UI: Clarify descriptions in properties popover Updates the descriptions and labels for outliner sync in the properties editor popover to be more clear. Differential Revision: https://developer.blender.org/D10010 |
February 16, 2021, 01:07 (GMT) |
UI: Clarify descriptions in properties popover Updates the descriptions and labels for outliner sync in the properties editor popover to be more clear. Differential Revision: https://developer.blender.org/D10010 |
February 9, 2021, 19:03 (GMT) |
Outliner: Enable render visibility column by default The render visibility column in the outliner should be enabled by default. This change makes it more obvious which objects will be rendered which can be misleading when only viewport visibility toggles are shown by default. This commit enables the render visibility column in all existing and new Outliner editors. Differential Revision: https://developer.blender.org/D10365 |
February 4, 2021, 17:40 (GMT) |
Merge branch 'blender-v2.92-release' |
MiikaHweb - Blender Git Statistics v1.06