english Sivu saatavilla vain englanninkielisenä.

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

DateNumber of Commits
July, 20213
June, 20210
May, 20210
April, 20211
March, 20210
February, 202110
January, 20213
December, 202013
November, 202021
October, 20203
September, 202024
August, 202090
July, 202094
June, 202066
May, 20209
April, 20205
March, 20203
February, 20203
January, 20201
December, 20190
November, 20190
October, 20190
September, 20191
August, 2019108
July, 201995
June, 201963
May, 201915
April, 20190
March, 20191

Commit Distribution

PathNumber of Commits
soc-2019-outliner228
soc-2020-outliner217
master150
temp-soc-2019-outliner-sync27
lineart-shadow3
temp-lineart-contained3
lineart-bvh3
tmp-2.83-cycles-rtx3-kernels1
blender-v2.91-release1
soc-2021-porting-modifiers-to-nodes_all1
blender-v2.83-release1
soc-2021-porting-modifiers-to-nodes-decimate1
temp-precompiled-linux1
asset-system-filelist1
temp-precompiled-cmake1
asset-browser-poselib1
temp-pose-flipping-fix-attempt1
asset-browser1
temp-asset-browser-poselib-merge1

Favourite Files

FilenameTotal Edits
outliner_select.c149
outliner_draw.c129
outliner_intern.h67
outliner_sync.c47
outliner_edit.c46
outliner_tools.c44
outliner_dragdrop.c41
outliner_tree.c33
space_outliner.py32
outliner_utils.c28

File Changes

ActionTotalPer Commit
Added550.1
Modified1 2231.9
Deleted360.1

Code Changes

ActionTotalPer Commit
Lines Added17 42235.4
Lines Removed8 85618.0

Latest commits Feed

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
Revision 8edcb3a by Nathan Craddock / Sybren A. Stüvel (master)
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
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
Revision ac680c5 by Nathan Craddock (master)
February 17, 2021, 15:13 (GMT)
Merge branch 'blender-v2.92-release'
Revision e3dad81 by Nathan Craddock (master)
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.
Revision 23de164 by Nathan Craddock (master)
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
Revision c63df3b by Nathan Craddock (master)
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
Revision 510db95 by Nathan Craddock (master)
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
Revision e027d93 by Nathan Craddock (master)
February 4, 2021, 17:40 (GMT)
Merge branch 'blender-v2.92-release'

MiikaHweb - Blender Git Statistics v1.06
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021