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

DateNumber of Commits
December, 202116
November, 202126
October, 202128
September, 202191
August, 202138
July, 202139
June, 202139
May, 202130
April, 202115
March, 202150
February, 202117
January, 202118
December, 202017
November, 202029
October, 202011
September, 20201
August, 20209
July, 202014
June, 202010
May, 202023
April, 202019
March, 20205
February, 20207
January, 20205
December, 20190
November, 20192
October, 20195
September, 201910
August, 20192
July, 20192
June, 20196
May, 201913
April, 20191
March, 20196
February, 20196
January, 20195
December, 20181

Commit Distribution

PathNumber of Commits
master409
temp-vse-preview-transform244
temp-vse-preview-transform27
temp-vse-h264-proxy12
soc-2021-porting-modifiers-to-nodes_all11
soc-2021-porting-modifiers-to-nodes-decimate11
temp-attribute-processor9
temp-vse-thumbnail-mod9
temp-pose-flipping-fix-attempt7
asset-system-filelist7
asset-browser-poselib7
ui-asset-view-template7
asset-browser7
tmp-2.83-cycles-rtx3-kernels5
blender-v2.83-release5
soc-2021-curves5
temp-vse-snapping4
temp-vse-proxies4
temp_test_sc_keymap4
temp_bmesh_multires4
temp-lanpr-cleanup24
sculpt-dev4
temp-lanpr-cleanup4
lineart-shadow4
blender-v2.93-release3
temp-vse-fix-T882633
vr_scene_inspection3
temp-vse-multi-framerates3
temp-vse-transform-overwrite3
tmp-2.933
temp-vse-fast-scrubbing2
temp-vse-grid-lines2
temp-vse-build-test1
temp-VSE-fixes1
temp-ui-tweaks1
temp-vse-ffmpeg-threading1
temp-npr-smooth-contour1
temp-vse-video-performance-detection1
temp-vse-fast-scrubbing21
tmp-T806031
temp-vse-downscale-preview1
temp-gpencil-bezier-stroke-type1

Favourite Files

FilenameTotal Edits
sequencer_draw.c107
space_sequencer.py71
sequencer_edit.c70
render.c59
rna_sequencer.c54
sequencer.c54
sequencer_select.c50
sequencer.c43
sequencer_add.c41
transform_convert_sequencer.c39

File Changes

ActionTotalPer Commit
Added660.1
Modified1 9953.2
Deleted80.0

Code Changes

ActionTotalPer Commit
Lines Added28 54552.7
Lines Removed17 43132.2

Latest commits Feed

Revision bdcc258 by Richard Antalik (master)
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.
Revision 0e38002 by Richard Antalik (master)
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.
Revision 44db9f1 by Richard Antalik (master)
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.
Revision e4de5b4 by Richard Antalik (master)
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`.
Revision 0b69793 by Richard Antalik (master)
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.
Revision 34fac7a by Richard Antalik (master)
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()`.
Revision 0966eab by Richard Antalik (master)
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.
Revision b647509 by Richard Antalik (master)
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021