Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> deadpin
Jesse Yurkovich (deadpin)
Total Commits : 27
Master Commits : 23
Branch Commits : 4
First Commit : November 4, 2020
Latest Commit : December 8, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
December, 2021 | 2 | |
November, 2021 | 6 | |
October, 2021 | 4 | |
September, 2021 | 2 | |
August, 2021 | 3 | |
July, 2021 | 6 | |
June, 2021 | 1 | |
May, 2021 | 0 | |
April, 2021 | 1 | |
March, 2021 | 0 | |
February, 2021 | 0 | |
January, 2021 | 1 | |
December, 2020 | 0 | |
November, 2020 | 1 |
Commit Distribution
Path | Number of Commits |
---|---|
master | 23 |
lineart-shadow | 1 |
blender-v2.93-release | 1 |
blender-v2.83-release | 1 |
tmp-2.93 | 1 |
soc-2021-porting-modifiers-to-nodes_all | 1 |
soc-2021-porting-modifiers-to-nodes-decimate | 1 |
Favourite Files
Filename | Total Edits |
---|---|
render_preview.c | 4 |
scaling.c | 4 |
image_save.c | 2 |
image_ops.c | 2 |
BKE_image.h | 2 |
space_view3d.c | 2 |
moviecache.c | 2 |
mesh_data.c | 2 |
DNA_view3d_types.h | 2 |
CMakeLists.txt | 2 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 2 | 0.1 |
Modified | 55 | 2.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 499 | 20.0 |
Lines Removed | 254 | 10.2 |
Latest commits
Revision 796df8d by Jesse Yurkovich / YimingWu (lineart-shadow) December 8, 2021, 06:53 (GMT) |
December 3, 2021, 06:05 (GMT) |
November 29, 2021, 10:14 (GMT) |
Merge branch 'blender-v3.0-release' |
November 29, 2021, 10:04 (GMT) |
Fix T93456: Properly translate operator on splash screen Use the translation API to lookup the string before formatting occurs. Differential Revision: https://developer.blender.org/D13400 |
November 23, 2021, 07:47 (GMT) |
Cleanup: Use new CollectionRef::empty() method Use the new CollectionRef::empty() method in all locations where appropriate. Differential Revision: https://developer.blender.org/D13276 |
November 18, 2021, 22:32 (GMT) |
Cleanup: Add an empty() method to RNA's CollectionRef class The existing RNA CollectionRef class only offers a length() operation which is sometimes used for checking if the collection is empty. This is inefficient for certain collection types which do not have a native length member; the entire list is iterated to find the count. This patch creates an explicit empty() method to be used in such cases for better semantics. Additionally, many collection types will behave more efficiently when using the new method instead of checking length. Making use of the new method will follow separately. Differential Revision: https://developer.blender.org/D12314 |
November 13, 2021, 04:47 (GMT) |
Cleanup: Correct order of guard and lock in moviecache_valfree Fix own mistake in rB7061d1e39fe In my attempt to quickly address T92838, along with the original bug, I made a nonsensical choice to use the limiter lock to guard the check against the cache item itself. While harmless, it is not necessary and semantically wrong / potentially confusing to future readers of the code. Differential Revision: https://developer.blender.org/D13122 |
November 5, 2021, 03:58 (GMT) |
October 16, 2021, 02:17 (GMT) |
October 15, 2021, 09:42 (GMT) |
Cleanup: Commonize code for checking scene lights/world settings There were several places attempting to check to see if scene lights and world were enabled for display. This tries to find a common place for both of these to reduce duplication. Honestly, I couldn't find a really good spot for these and settled on DRW_engine. It's not the best spot since they're not strictly drawing related, but let's start here. Reviewed By: fclem Differential Revision: https://developer.blender.org/D12658 |
MiikaHweb - Blender Git Statistics v1.06