Block a user
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
Fix: VSE timeline error w/ quick switch to boxsel
9da2589f5a
Merge branch 'blender-v4.3-release'
d5d81c5078
VSE: Switch to box select default for timeline
John Kiril Swenson
deleted branch timeline-boxsel-default from eliphaz/blender
2024-10-18 05:50:30 +02:00
VSE: Switch to box select default for timeline
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
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
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…
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
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…
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…