John Kiril Swenson eliphaz
  • Joined on 2021-06-11
John Kiril Swenson created branch fix-connect-strips-by-default in eliphaz/blender 2024-11-07 21:12:34 +01:00
John Kiril Swenson pushed to fix-connect-strips-by-default at eliphaz/blender 2024-11-07 21:12:34 +01:00
657b7f2c68 Fix: VSE: Make "connect strips" default
761f075f8d Fix #128280: GPv3: Realize instances doesn't copy grease pencil parameters
320c77b963 Fix #123769: Assert when saving a file with deleted workspaces.
4ba30cf82e Fix #129417: Geometry Nodes gizmos don't create keyframes when auto keying is on
658700ddff Fix #126364: Metal: modified texture usage flags causing cache misses
Compare 10 commits »
John Kiril Swenson pushed to main at blender/blender-developer-docs 2024-10-18 21:12:23 +02:00
18d6f9cf11 Update docs/release_notes/4.3/sequencer.md
John Kiril Swenson pushed to main at eliphaz/.profile 2024-10-18 17:50:04 +02:00
e138ab6ee4 Update reports/2024.md
John Kiril Swenson closed pull request blender/blender#128671 2024-10-18 06:04:18 +02:00
Fix: VSE timeline error w/ quick switch to boxsel
John Kiril Swenson pushed to main at blender/blender-developer-docs 2024-10-18 06:03:52 +02:00
7eaf2825aa Update docs/release_notes/4.3/sequencer.md
John Kiril Swenson pushed to main at blender/blender 2024-10-18 05:57:01 +02:00
9da2589f5a Merge branch 'blender-v4.3-release'
d5d81c5078 VSE: Switch to box select default for timeline
Compare 2 commits »
John Kiril Swenson deleted branch timeline-boxsel-default from eliphaz/blender 2024-10-18 05:50:30 +02:00
John Kiril Swenson merged pull request blender/blender#129028 2024-10-18 05:50:27 +02:00
VSE: Switch to box select default for timeline
John Kiril Swenson pushed to blender-v4.3-release at blender/blender 2024-10-18 05:50:26 +02:00
d5d81c5078 VSE: Switch to box select default for timeline
John Kiril Swenson pushed to timeline-boxsel-default at eliphaz/blender 2024-10-18 03:46:07 +02:00
150599a4da Merge branch 'blender-v4.3-release' into timeline-boxsel-default
528df90336 Cleanup: remove use of deprecated types for extensions (#2)
f4f50fa2c5 Cleanup: replace typing.Union/Option with logical OR for extensions
116a55e46e Fix #128997: wrong evaluation of outputs in the Index of Nearest node
e01713be7c Fix #129135: Automasking topology doesn't work with certain brushes
Compare 59 commits »
John Kiril Swenson commented on pull request blender/blender#129028 2024-10-16 07:24:29 +02:00
VSE: Switch to box select default for timeline

vexp-code-patch-darwin-x86_64 is out of space and vexp-code-patch-lint is failing on code untouched by this PR, so there should be no issues there w.r.t. this patch

John Kiril Swenson pushed to timeline-boxsel-default at eliphaz/blender 2024-10-16 07:00:27 +02:00
8a4be6289c Make sure linked_time items are PRESS
John Kiril Swenson commented on pull request blender/blender#129028 2024-10-16 06:48:33 +02:00
VSE: Switch to box select default for timeline

Thank you for the input! That's a wonderful idea, I'm very pleased with it. By splitting side_of_frame into a separate keymap item on 'CLICK' we can keep the best of both worlds.

I've done a…

John Kiril Swenson pushed to timeline-boxsel-default at eliphaz/blender 2024-10-16 06:47:42 +02:00
fe001d2bb5 Merge branch 'blender-v4.3-release' into timeline-boxsel-default
91074d620e Bring back side_of_frame and other minor changes
346bea93cc Cleanup: wrap long lines
c3b067dc80 Cleanup: single/double quote use in scripts
7ae7592899 Fix #128346: Search results fail to display in the outliner
Compare 28 commits »
John Kiril Swenson commented on pull request blender/blender#129028 2024-10-16 04:47:59 +02:00
VSE: Switch to box select default for timeline

But with tweak tool box select still works with ctrl key, so I don't quite see the conflict. When I reverted the change, it seems to work well.

The bug only happens with RCS, when params.selec…

John Kiril Swenson commented on pull request blender/blender#129028 2024-10-15 19:55:03 +02:00
VSE: Switch to box select default for timeline

I could change sequencer_select_side_of_frame() to make sure this clash doesn't happen but it'd be much easier to relegate this side of frame selection behavior to its own tool, like how…