Block a user
VSE: Prototype: Remove timeline box select
eff5d9ca28
VSE: Prototype: Remove timeline box select
ccb1865925
Fix #126006: UI: Few id operators appears in nested context menus
e1a44ad129
Cleanup: various non-functional changes when reading usd attribute data
bd841a92e2
Cleanup: move some constants inside the usd namespace and use constexpr
cbe2bb6755
Fix #127856: GPv3 sculpt mode delta projection (lock axis) without DrawingPlacement
Fix: VSE: hang after making meta strip
thanks for fixing this! missed that when implementing connected strips
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
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
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
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
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…
Fix: VSE snapping with edge panning
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
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 vse-preview-box-sel-default at eliphaz/blender
2024-08-16 20:52:46 +02:00
78d1e907f5
Show toolbar by default for the VSE
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: *…