Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> ChrisLend
Christoph Lendenfeld (ChrisLend)
Total Commits : 45
Master Commits : 29
Branch Commits : 16
First Commit : October 7, 2020
Latest Commit : December 25, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
December, 2021 | 10 | |
November, 2021 | 3 | |
October, 2021 | 4 | |
September, 2021 | 4 | |
August, 2021 | 0 | |
July, 2021 | 6 | |
June, 2021 | 14 | |
May, 2021 | 1 | |
April, 2021 | 1 | |
March, 2021 | 1 | |
February, 2021 | 0 | |
January, 2021 | 0 | |
December, 2020 | 0 | |
November, 2020 | 0 | |
October, 2020 | 1 |
Commit Distribution
Favourite Files
Filename | Total Edits |
---|---|
pose_slide.c | 25 |
graph_slider_ops.c | 14 |
keyframes_general.c | 4 |
ed_draw.c | 4 |
ED_util.h | 3 |
ED_keyframes_edit.h | 3 |
CMakeLists.txt | 2 |
space_graph.py | 2 |
graph_intern.h | 2 |
graph_ops.c | 2 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 1 | 0.0 |
Modified | 80 | 1.8 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 2 670 | 63.6 |
Lines Removed | 1 360 | 32.4 |
Latest commits
December 25, 2021, 19:58 (GMT) |
Breakdown Implementation This patch adds the breakdown (or tween) functionality to the graph editor. The factor defines the linear interpolation from left key to right key. Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D9375 Ref: D9375 |
December 25, 2021, 12:40 (GMT) |
Blend To Neighbor Implementation This patch adds the blend to neighbor operator to the Graph editor. The operator acts like the blend to neighbor operator for a pose context, just working on keyframes. Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D9374 Ref: D9374 |
December 23, 2021, 13:31 (GMT) |
Graph Slider Ops: Show error when no valid keys are found When using graph slider operators like D9374 it showed a warning when no keys were selected. However since that stops the modal operation it should be an Error. Also the message was misleading since it could error for different reasons than stated. Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D13655 Ref: D13655 |
December 17, 2021, 22:43 (GMT) |
Function to return a list of keyframe segments Add a function that returns a list of keyframe segments A segment being a continuous selection of keyframes Will be used by future operators in the graph editor Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D13531 Ref: D13531 |
Revision ae72981 by Christoph Lendenfeld / YimingWu (lineart-shadow) December 8, 2021, 06:53 (GMT) |
Cleanup: renames in graph_slider_ops rename percentage_prop to factor_prop rename remove_ratio to factor remove "graphkeys" prefix from functions Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D13476 Ref: D13476 |
Revision 66bfd5b by Christoph Lendenfeld / YimingWu (lineart-shadow) December 8, 2021, 06:53 (GMT) |
Fix: Remove line from common invoke The line that sets the factor_prop in graph_slider_ops.c has been left in the common invoke function by accident. Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D13477 Ref: D13477 |
Revision bec6f99 by Christoph Lendenfeld / YimingWu (lineart-shadow) December 8, 2021, 06:53 (GMT) |
Create generic modal functions from GRAPH_OT_decimate This patch extracts the modal functions from GRAPH_OT_decimate and makes them generic so they can be reused by future operators Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D9326 Ref: D9326 |
December 6, 2021, 22:27 (GMT) |
Fix: Remove line from common invoke The line that sets the factor_prop in graph_slider_ops.c has been left in the common invoke function by accident. Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D13477 Ref: D13477 |
December 6, 2021, 22:19 (GMT) |
Cleanup: renames in graph_slider_ops rename percentage_prop to factor_prop rename remove_ratio to factor remove "graphkeys" prefix from functions Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D13476 Ref: D13476 |
December 3, 2021, 22:24 (GMT) |
Create generic modal functions from GRAPH_OT_decimate This patch extracts the modal functions from GRAPH_OT_decimate and makes them generic so they can be reused by future operators Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D9326 Ref: D9326 |
MiikaHweb - Blender Git Statistics v1.06