John Kiril Swenson eliphaz
  • Joined on 2021-06-11
John Kiril Swenson pushed to vse-preview-box-sel-default at eliphaz/blender 2024-08-22 18:48:10 +02:00
425fa663fb Merge branch 'main' into vse-preview-box-sel-default
df02e7a5e5 Anim: add channel groups to layered actions
166c921a44 UI: Add Frequency unit
549d137eb7 Refactor: Paint: Replace "CoNo" struct with separate arrays
758401c672 Fix #126567: Packed images are missing meta data
Compare 64 commits »
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-21 18:33:32 +02:00
de2cb2c37a Run make format to fix linting error
John Kiril Swenson commented on pull request blender/blender#126336 2024-08-20 18:59:52 +02:00
VSE: Set "box select" default tool for preview and show toolbars

Note: I've bumped the subversion +2 instead of +1 w.r.t. main because the connected strips PR also has some subversioning code that…

John Kiril Swenson pushed to vse-preview-box-sel-default at eliphaz/blender 2024-08-20 18:57:53 +02:00
84bdd1624a Merge branch 'main' into vse-preview-box-sel-default
dcadb3301e 'Fix' crash in append code in invalid data cases (linked data using local data).
41acd803e4 Fix: ConcurrentMap requires the value to be copy-constructible
625ef79f57 GPv3: Soft mode for the Eraser tool
df028d588f Fix: Build error when pugixml and haru libraries are disabled
Compare 179 commits »
John Kiril Swenson pushed to vse-preview-box-sel-default at eliphaz/blender 2024-08-20 18:54:39 +02:00
ba7302af16 Add nullptr check for region
John Kiril Swenson deleted branch fix-snap-with-edge-pan from eliphaz/blender 2024-08-20 18:50:54 +02:00
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-20 18:49:51 +02:00
43e0678b80 Bump subversion
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-20 18:46:48 +02:00
11c5fa4299 Merge branch 'main' into vse-linked-strips
dcadb3301e 'Fix' crash in append code in invalid data cases (linked data using local data).
41acd803e4 Fix: ConcurrentMap requires the value to be copy-constructible
625ef79f57 GPv3: Soft mode for the Eraser tool
df028d588f Fix: Build error when pugixml and haru libraries are disabled
Compare 244 commits »
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-20 18:40:48 +02:00
cb4d005cd9 Address final code review
John Kiril Swenson commented on pull request blender/blender#126336 2024-08-19 10:02:28 +02:00
VSE: Set "box select" default tool for preview and show toolbars

Not sure if I am huge fan of having timeline tools shown by default. There is one non-default tool, which is not super useful in general. Personally I would not show it by default, but don't…

John Kiril Swenson created pull request blender/blender#126471 2024-08-18 22:23:35 +02:00
Fix: VSE snapping with edge panning
John Kiril Swenson created branch fix-snap-with-edge-pan in eliphaz/blender 2024-08-18 22:23:16 +02:00
John Kiril Swenson pushed to fix-snap-with-edge-pan at eliphaz/blender 2024-08-18 22:23:16 +02:00
dc5f74197e Fix: VSE snapping with edge panning
8f386cd308 GPv3: Edit Mode: "Scale Thickness" option
359caa3710 Fix #126408: macOS ARM Cycles performance regression
abb3f2b0eb Build: Upgrade sse2neon
4493842fe7 Cleanup: use ImplicitSharingPtr for volume tree sharing info
Compare 10 commits »
John Kiril Swenson pushed to vse-preview-box-sel-default at eliphaz/blender 2024-08-16 20:52:46 +02:00
78d1e907f5 Show toolbar by default for the VSE
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-16 02:54:51 +02:00
037367c7e9 Make sure ignore_connections never runs modally
John Kiril Swenson commented on pull request blender/blender#124333 2024-08-16 02:45:01 +02:00
VSE: Connected Strips

The only remaining issue I see is that after using Alt to select just one of the selected strips, seems to be "stuck" in that mode and to select the connected strips I either have to: *…

John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-16 02:44:42 +02:00
cbccf7abbf Make alt+click required for any sel/tweak
1f2b7cce21 Add nullptr checks to avoid crashes
Compare 2 commits »
John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-15 01:35:59 +02:00
063252784a Make video strips in the preview connected again
John Kiril Swenson commented on pull request blender/blender#124333 2024-08-15 01:18:37 +02:00
VSE: Connected Strips

I really like toggle, makes quick include/excludes easy, even if double-tapping required.

I also like a lot. Hopefully the behavior is more intuitive now that it prioritizes connecting your…

John Kiril Swenson pushed to vse-linked-strips at eliphaz/blender 2024-08-15 01:09:20 +02:00
49746f20c3 Small fix for RCS keymap I missed