Block a user
3459cc9322
Merge branch 'main' into vse-linked-strips
23aa91095a
Rearrange funcs, add WM notifier
e17177c7e3
Cleanup: Decrease RNA enum items array scope
1076564070
UI: Sculpt mesh filter status display
0205db4f03
Sculpt: Data oriented refactor for surface smooth brush
VSE: Fix linked time option for sequencer select
I just realized that it might also be nice to make the side_of_frame
property take precedence over linked_time
since it selects a superset of the strips linked_time
does.
However, default…
0eb716a2c2
Add UI and initial operators
773cf6c725
Delete remaining references to "linked" strips
876f626cc3
Change naming ("linked" -> "connected")
VSE: Fix retiming menu polling
VSE: Fix retiming menu polling
Closed due to impracticality of having iteration in the poll()
, and also since blender-v4.2-release
is now frozen.
There are two small benefits to this patch still:
- Making the "Show…
VSE: Fix linked time option for sequencer select
d81b2e6c6b
VSE: Fix linked time option for sequencer select
3b4debd285
Revert #124938: Allow Back Button When File Browser Loaded in Workspace
a62f1dc6cc
Refactor: use new PartialWriteContext for copy of Material ID.
5bbf2f430a
Refactor: Specialize flood_fill methods per PBVH type
972fadf5a4
Fix: Sculpt: Various tools not using crosshair cursor
John Kiril Swenson
deleted branch vse-fix-strip-icons from eliphaz/blender
2024-07-16 20:05:16 +02:00
John Kiril Swenson
deleted branch vse-fix-glitchy-handle-sel from eliphaz/blender
2024-07-16 20:04:25 +02:00
VSE: Fix glitchy handle select for adjacent strips
John Kiril Swenson
created branch vse-fix-glitchy-handle-sel in eliphaz/blender
2024-07-15 06:13:36 +02:00
John Kiril Swenson
pushed to vse-fix-glitchy-handle-sel at eliphaz/blender
2024-07-15 06:13:36 +02:00
925009d7b9
VSE: Fix glitchy handle select for adjacent strips
8fcd1812b4
Merge branch 'blender-v4.2-release'
cb66c9623c
Merge branch 'blender-v4.2-release'
988bf2b88f
Fix incorrect exception message on collection key type error
742943f554
Fix: error in previus commit 7249b7
VSE: Fix strip icon drawing
a38a9bd0fd
VSE: Fix strip icon drawing
bbcc720c13
Fix: Property search crash after recent allocator change
61db25b78e
Fix: Linker error in lite build with OBJ import node
e474eef5d1
Cleanup: Formatting
28d3f7f638
Cleanup: Sculpt: Remove unused PBVH variables
WIP: VSE: Linked Strips Rough Draft