Blender Git Statistics -> Developers -> ISS
Richard Antalik (ISS)
Total Commits : 215
Master Commits : 199
Branch Commits : 16
First Commit : December 22, 2018
Latest Commit : January 11, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
January, 2021 | 6 | |
December, 2020 | 17 | |
November, 2020 | 29 | |
October, 2020 | 11 | |
September, 2020 | 1 | |
August, 2020 | 9 | |
July, 2020 | 14 | |
June, 2020 | 10 | |
May, 2020 | 23 | |
April, 2020 | 19 | |
March, 2020 | 5 | |
February, 2020 | 7 | |
January, 2020 | 5 | |
December, 2019 | 0 | |
November, 2019 | 2 | |
October, 2019 | 5 | |
September, 2019 | 10 | |
August, 2019 | 2 | |
July, 2019 | 2 | |
June, 2019 | 6 | |
May, 2019 | 13 | |
April, 2019 | 1 | |
March, 2019 | 6 | |
February, 2019 | 6 | |
January, 2019 | 5 | |
December, 2018 | 1 |
Commit Distribution
Path | Number of Commits |
---|---|
master | 199 |
blender-v2.83-release | 5 |
temp-lanpr-cleanup2 | 4 |
temp-lanpr-cleanup | 4 |
temp_bmesh_multires | 4 |
vr_scene_inspection | 3 |
tmp-T80603 | 1 |
temp-npr-smooth-contour | 1 |
Favourite Files
Filename | Total Edits |
---|---|
sequencer.c | 54 |
sequencer_edit.c | 43 |
sequencer_draw.c | 40 |
rna_sequencer.c | 28 |
BKE_sequencer.h | 28 |
space_sequencer.py | 25 |
sequencer.c | 21 |
sequencer_add.c | 18 |
SEQ_sequencer.h | 16 |
rna_sequencer_api.c | 14 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 51 | 0.2 |
Modified | 778 | 3.6 |
Deleted | 7 | 0.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 10 001 | 55.3 |
Lines Removed | 6 391 | 35.3 |
Latest commits 
January 11, 2021, 10:38 (GMT) |
VSE: store raw images in cache Previously raw images were not cached if image wasn't preprocessed. This caused issue, that image had to be read from disk on every redraw. Effect strips must be excluded, because this would cause problem with invalidation. Effect strips can use preprocessing however. This is mainly to allow usimg modifiers on them. This change should follow rBf448ff2afe7a77, but I have wrongly assumed, that it has been implemented already. ref T80278 |
January 11, 2021, 09:55 (GMT) |
Fix versioning code outside of version check Bug introduced in f448ff2afe7a probably due to mistake when resolving conflicts and not checking functionality. |
January 10, 2021, 15:50 (GMT) |
Fix sequencer disk cache not writing data Error handling added in 512a23c3d61d caused that reading header of new file failed, since it is empty. Don't attempt to read header if file is empty. If header can not be read anyway, try to delete the file. Add asserts, as this should never happen. Reviewed By: sybren Differential Revision: https://developer.blender.org/D9954 |
January 10, 2021, 15:37 (GMT) |
VSE: Remove fit method tool setting from header This property was intended to affect fit method for added strips prior to running operator. However UI team did not agree with current implementation. ref T84535 Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D10055 |
January 8, 2021, 06:24 (GMT) |
VSE: Hide cache settings and adjust defaults Adjust default cache settings for all files to store raw and final images. All settings are still available when developer extras option is enabled in user preferences. This is part of design task T80278 Differential Revision: https://developer.blender.org/D9745 |
January 5, 2021, 03:04 (GMT) |
VSE: Fix incorrect condition for skipping prefetch frames This error was overlooked in commit be69f23b687a. |
December 31, 2020, 04:22 (GMT) |
Cleanup: Move functions from sequencer_edit.c These are utility functions that are not used in this file. No functional changes. |
December 31, 2020, 04:02 (GMT) |
Cleanup: Remove unused functions from sequencer_edit.c No functional changes. |
December 29, 2020, 18:57 (GMT) |
Fix T83991: Pasting sound strip not working correctly New UUID was generated for original strip not new one. Bug caused "invisible" sound strip playing that is impossible to remove. Especially noticable when transforming pasted strips. In such case, file reload was necessary. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D9912 |
December 22, 2020, 04:50 (GMT) |
VSE: Fix animation versioning for bezier F-curves `seq_convert_transform_animation()` converted only keyframed value, but when bezier interpolation is used, posotion of handles was unchanged. This caused significant difference in animation. I have checked only linear interpolation when testing versioning originally. |
MiikaHweb - Blender Git Statistics v1.06