John Kiril Swenson eliphaz
  • Joined on 2021-06-11
John Kiril Swenson pushed to vse-preview-snapping-clean at eliphaz/blender 2024-07-05 21:23:22 +02:00
5e1f52cdf7 Merge branch 'main' into vse-preview-snapping-clean
8d26b2b80d Merge branch 'blender-v4.2-release'
5224b1cab2 Fix #124206: USD: Always export animation transforms, even when identity
bc1c4f7f1d Fix #124256: Socket value hidden for string sockets
c89400dcfb Merge branch 'blender-v4.2-release'
Compare 357 commits »
John Kiril Swenson pushed to vse-preview-snapping-clean at eliphaz/blender 2024-07-05 00:06:08 +02:00
4aa45d4c50 Fix versioning stuff
John Kiril Swenson commented on pull request blender/blender#122759 2024-07-05 00:06:01 +02:00
Add snapping in VSE Preview

Oops, must've happened when dealing with merges somewhere down the line, thanks for the catch :)

John Kiril Swenson deleted branch vse-fix-freezeframe-crash from eliphaz/blender 2024-07-02 00:58:45 +02:00
John Kiril Swenson deleted branch vse-fix-unallowed-retiming-crashes from eliphaz/blender 2024-07-02 00:58:30 +02:00
John Kiril Swenson deleted branch vse-improve-reset-retiming from eliphaz/blender 2024-07-02 00:58:11 +02:00
John Kiril Swenson pushed to vse-fix-retiming-polling at eliphaz/blender 2024-07-02 00:22:37 +02:00
52f69e7cfa make format
John Kiril Swenson commented on pull request blender/blender#123979 2024-07-01 23:34:15 +02:00
VSE: Fix retiming menu polling

This seems to be a wrapper around SEQ_query_selected_strips but with some extra preview code that doesn't apply for retiming keys, which would add some unnecessary overhead IMO, which is why I…

John Kiril Swenson pushed to vse-fix-retiming-polling at eliphaz/blender 2024-07-01 23:30:18 +02:00
bb91c99f18 Merge branch 'blender-v4.2-release' into vse-fix-retiming-polling
8d8a84ffb4 VSE: Fix crashes adding freeze-frames to segments
4c8319a227 VSE: Fix retiming unallowed strip type crashes
607445da5f VSE: Standardize reset retiming operator
952f41a9fd Fix: VSE frame interpolation is broken
Compare 28 commits »
John Kiril Swenson pushed to vse-fix-retiming-polling at eliphaz/blender 2024-07-01 23:24:09 +02:00
7a17eb22cd Merge branch 'blender-v4.2-release' into vse-fix-retiming-polling
350b8047c6 Extensions: move the wheel_manager out of the extensions add-on
Compare 2 commits »
John Kiril Swenson pushed to vse-fix-retiming-polling at eliphaz/blender 2024-07-01 23:22:14 +02:00
b54df0bbb5 Reduce iteration in retiming_poll
John Kiril Swenson commented on pull request blender/blender#123975 2024-07-01 22:36:21 +02:00
VSE: Fix retiming unallowed strip type crashes

Thanks for repro steps. Seems that there indeed can not be one centralized way to do this check. Perhaps it would be more elegant to implement this as a filter in cases where VectorSet is…

ff356009d1 Use filter for freeze-frame and set speed
John Kiril Swenson commented on pull request blender/blender#123973 2024-07-01 22:13:37 +02:00
VSE: Standardize reset retiming operator

The reset retiming operator is not supposed to run when "retiming mode" (some key is selected) is active.

I would make this run purely on normal selection. IMO key selection is bad and…

John Kiril Swenson pushed to vse-improve-reset-retiming at eliphaz/blender 2024-07-01 22:10:22 +02:00
581839625f Change reset operator to only work on strip sel
John Kiril Swenson commented on pull request blender/blender#123975 2024-07-01 21:44:43 +02:00
VSE: Fix retiming unallowed strip type crashes

Can you provide steps to reproduce crash? I would be happier if the check could be done in some common point so not that many checks are needed, but hard to tell without seeing a crash.

1.…

John Kiril Swenson created pull request blender/blender#123981 2024-07-01 05:42:45 +02:00
VSE: Fix crashes adding freeze-frames to segments
John Kiril Swenson created branch vse-fix-freezeframe-crash in eliphaz/blender 2024-07-01 05:41:53 +02:00
John Kiril Swenson pushed to vse-fix-freezeframe-crash at eliphaz/blender 2024-07-01 05:41:53 +02:00
357c25a1d2 VSE: Fix crashes adding freeze-frames to segments
350b8047c6 Extensions: move the wheel_manager out of the extensions add-on
Compare 2 commits »
John Kiril Swenson created pull request blender/blender#123979 2024-07-01 05:10:39 +02:00
VSE: Fix retiming menu polling