Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> ISS
Richard Antalik (ISS)
Total Commits : 616
Master Commits : 409
Branch Commits : 207
First Commit : December 22, 2018
Latest Commit : December 29, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
December, 2021 | 16 | |
November, 2021 | 26 | |
October, 2021 | 28 | |
September, 2021 | 91 | |
August, 2021 | 38 | |
July, 2021 | 39 | |
June, 2021 | 39 | |
May, 2021 | 30 | |
April, 2021 | 15 | |
March, 2021 | 50 | |
February, 2021 | 17 | |
January, 2021 | 18 | |
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
Favourite Files
Filename | Total Edits |
---|---|
sequencer_draw.c | 107 |
space_sequencer.py | 71 |
sequencer_edit.c | 70 |
render.c | 59 |
rna_sequencer.c | 54 |
sequencer.c | 54 |
sequencer_select.c | 50 |
sequencer.c | 43 |
sequencer_add.c | 41 |
transform_convert_sequencer.c | 39 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 66 | 0.1 |
Modified | 1 995 | 3.2 |
Deleted | 8 | 0.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 28 545 | 52.7 |
Lines Removed | 17 431 | 32.2 |
Latest commits
December 29, 2021, 14:00 (GMT) |
Fix: VSE colormix blend factor not working Blend factor was used to adjust alpha of background image, which is not correct. This was done in fdee84fd567a where another change was, that background alpha is copied into result, which is correct. Apply blend factor to foreground image alpha channel. |
December 28, 2021, 15:40 (GMT) |
Cleanup: Loops in VSE effect processing Some effect functions looped over alternating lines, previously with different factors. Since only one factor is used, code can be simplified by looping all lines in one for loop. There should be no functional changes. |
December 28, 2021, 13:30 (GMT) |
Cleanup: Factor in VSE effect processing 2 factor variables were passed to effects, but they were hard coded to have same value. Remove duplicate variable from arguments, rename single argument to `fac`. Inverted factor variables were renamed to `mfac`. Any other factor related variables are prefixed with `temp_`. There should be no functional changes. |
December 21, 2021, 04:27 (GMT) |
Fix T94280: Crash when splitting meta strip This happens because in `SEQ_time_update_sequence` function `SEQ_get_meta_by_seqbase` returns uninitialized value. This isn't nice, but it shouldn't happen in first place. Problem is, that `SEQ_edit_strip_split` does move strips into detached `ListBase`, so other functions can't see them anymore. Detached `ListBase` is used solely to preserve relationships during duplication. Move strips to original `ListBase` immediately after duplication and return `NULL` if `SEQ_get_meta_by_seqbase` can't find meta strip. Splitting itself can still rely on fact, that number of original and duplicated strips is same and they are placed next to each other in exactly same order at the end of original `ListBase`. |
December 20, 2021, 01:18 (GMT) |
Fix T94254: Crash using view_all operator in VSE Caused by `NULL` dereference in `SEQ_meta_stack_active_get()`. Check if `Editing` is `NULL` before accessing meta stack. |
December 20, 2021, 00:52 (GMT) |
Fix: Meta strip not created with alpha over blend mode Meta add function wasn't updated. All strips now use alpha over blending, so set it in `SEQ_sequence_alloc()`. |
December 20, 2021, 00:35 (GMT) |
VSE: Clamp sound strip when adding movie strip When adding multiple movie strips and sound stream is longer than video, this results in gaps between video strips, which is undesirable. |
December 13, 2021, 23:43 (GMT) |
Fix T93844: High memory usage during VSE preview Since 88c02bf826df FFmpeg handles are freed if image is not displayed. This change did not work correctly if strips are inside meta strip, because overlap did not consider meta strip boundary, only strips inside of meta strip. Pass frame range to `sequencer_all_free_anim_ibufs`, if strip is inside of meta strip, frame range is reduced to fit meta strip boundary, but if meta strip is being edited, range must be set to +/-`MAXFRAME`, otherwise playback performance would be too bad. |
Revision f109283 by Richard Antalik / YimingWu (lineart-shadow) December 8, 2021, 06:53 (GMT) |
VSE: Fix strip with mask modifier not blending Set `ibuf->planes` to `R_IMF_PLANES_RGBA` because mask modifier adds transparent areas to image. |
Revision 55c195c by Richard Antalik / YimingWu (lineart-shadow) December 8, 2021, 06:53 (GMT) |
Fix T93314: Thumbnails not drawn with default scale Decrease threshold for drawing thumbnails. This was unintended change in daaa43232d34 that was overlooked. |
MiikaHweb - Blender Git Statistics v1.06