Richard Antalik iss
  • Joined on 2018-06-01
Richard Antalik pushed to snap-retiming at iss/blender 2024-11-02 06:16:24 +01:00
3d611d2480 VSE: Use snapping for retiming keys
Richard Antalik created branch snap-retiming in iss/blender 2024-11-02 06:16:24 +01:00
Richard Antalik commented on issue blender/blender#128954 2024-11-01 21:34:44 +01:00
Effect strip does not blend with its children

So I have checked with other developers about how this works, and unfortunately simplifying this workflow would break other workflows. And because of that we don't want to change this behavior.…

Richard Antalik closed pull request blender/blender#129668 2024-11-01 21:30:58 +01:00
WIP: Fix #128954: Effect strip can not be easily blended with its input
Richard Antalik commented on pull request blender/blender#129668 2024-11-01 21:30:55 +01:00
WIP: Fix #128954: Effect strip can not be easily blended with its input

Sounds good. I also think we should not change this.

Richard Antalik commented on pull request blender/blender#129562 2024-11-01 21:24:17 +01:00
Fix #129406: Crash on copy to selected for scene input property

We shouldn't be relying on the fact that an update happens due to a change in a different property.

This is not relying on that. Scene is not set when handling override "stuff". Changing…

Richard Antalik commented on pull request blender/blender#129668 2024-11-01 06:10:18 +01:00
WIP: Fix #128954: Effect strip can not be easily blended with its input

@Sergey @aras_p Do you have any opinion on this topic? I wouldn't say, that either way of doing this is better, but current state is probably more coherent.

Richard Antalik created pull request blender/blender#129668 2024-11-01 05:57:53 +01:00
WIP: Fix #128954: Effect strip can not be easily blended with its input
Richard Antalik created branch 128954 in iss/blender 2024-11-01 05:57:16 +01:00
Richard Antalik pushed to 128954 at iss/blender 2024-11-01 05:57:16 +01:00
4cfb9fbf06 Fix #128954: Effect strip can not be easily blended with its input
63dabd3e37 Merge branch 'blender-v4.3-release'
9ef6136865 Fix #126273: Retiming movies with mismatched FPS is broken
ba59908dc8 Fix #129226: Retiming transition to faster speed does not work
d50d1e757b Fix #129583: Retiming controls are drawn even if strip is too small
Compare 10 commits »
Richard Antalik commented on issue blender/blender#128954 2024-11-01 03:17:04 +01:00
Effect strip does not blend with its children

Ok, so I have found the logic in collection_filter_rendered_strips() more particular in must_render_strip()

It says, that Strips in same channel or higher than its effect are rendered. So…

Richard Antalik commented on issue blender/blender#128954 2024-11-01 02:43:17 +01:00
Effect strip does not blend with its children

render of (retimed) frozen frames is too slow

This was fixed in 4.3

When snapping is enabled, retiming keys don't snap on other strips.

This is not a bug technically, as it is not…

Richard Antalik pushed to main at blender/blender 2024-11-01 02:09:24 +01:00
63dabd3e37 Merge branch 'blender-v4.3-release'
9ef6136865 Fix #126273: Retiming movies with mismatched FPS is broken
ba59908dc8 Fix #129226: Retiming transition to faster speed does not work
d50d1e757b Fix #129583: Retiming controls are drawn even if strip is too small
Compare 4 commits »
Richard Antalik closed issue blender/blender#129583 2024-11-01 02:09:22 +01:00
Do not display keys on zoomed-out strips
Richard Antalik deleted branch fix-retimng from iss/blender 2024-11-01 02:08:15 +01:00
Richard Antalik closed issue blender/blender#126273 2024-11-01 02:08:11 +01:00
VSE: Retiming key interaction issues
Richard Antalik merged pull request blender/blender#129305 2024-11-01 02:08:07 +01:00
Fix #126273: Retiming movies with mismatched FPS is broken
Richard Antalik pushed to blender-v4.3-release at blender/blender 2024-11-01 02:08:06 +01:00
9ef6136865 Fix #126273: Retiming movies with mismatched FPS is broken
Richard Antalik deleted branch 129226 from iss/blender 2024-11-01 02:07:05 +01:00
Richard Antalik closed issue blender/blender#129226 2024-11-01 02:07:02 +01:00
VSE: retiming doesn't work good during speed-up transition