Block a user
John Kiril Swenson
pushed to vse-smallfix-both-handle-snap at eliphaz/blender
2024-06-08 23:52:08 +02:00
f9a470f154
Fix VSE snapping when both strip handles selected
John Kiril Swenson
pushed to vse-preview-snapping-clean at eliphaz/blender
2024-06-06 00:53:45 +02:00
4bf33cb55d
Tweak RNA and UI
040521e617
Create initial versioning code
397bd63b95
Add snapping in VSE Preview
c38b711c48
Merge branch 'blender-v4.2-release'
a4d933e93e
Cycles: Clamp sample number during viewport navigation to max samples
WIP: (Old) Add snapping in VSE Preview
WIP: Add snapping in VSE Preview
John Kiril Swenson
pushed to vse-preview-snapping-clean at eliphaz/blender
2024-06-05 06:31:54 +02:00
9807d45d89
Tweak RNA and UI
d1caf9a2f5
Create initial versioning code
9871f323bd
Add snapping in VSE Preview
f3f05f945c
Cycles: Add missing make_uintX definitions for Metal
79ddd07e76
Cleanup: Formatting
John Kiril Swenson
created branch vse-preview-snapping-clean in eliphaz/blender
2024-06-05 06:31:54 +02:00
6d4a24ff9f
Tweak RNA and UI
6d61ee2e65
Cycles: Add missing make_uintX definitions for Metal
99a4229f8e
Cleanup: Formatting
40ea85e177
Cycles: Implement blue-noise dithered sampling
6d7b161ec0
Cleanup: simplify computation in Cycles area light sampling
UI: Fix polling in sequencer preview overlays
084850f01b
UI: Fix polling in sequencer preview overlays
81c5e42ec5
Cleanup: BLI: Support IndexMask as universe for mask complement
4a117f3116
Extensions: add popover to filter by tags
5e462135f3
Extensions: avoid redundant conversion the new manifest to bl_info
ab5f8d9f3a
Fix #122491: DOF pick in context menu grayed out
WIP: (Old) Add snapping in VSE Preview
@linen do you need someone to review/look/test this code, or is it still WIP?
Still working on it. Will request reviewers when I'm done.
For me, the most useful thing would be to snap…
WIP: Add snapping in VSE Preview
92536029dd
Create initial versioning code
486c755239
Add snapping in VSE Preview
81a6eb2118
Fix #121789: Viewer node crash with matrix socket type
0dd61a9dc6
Fix #122293: Hidden edges affect incorrect loose edge indices
71b0e9d92a
UI: Don't refresh searchbox region blocks on text input
John Kiril Swenson
created branch vse-preview-snapping in eliphaz/blender
2024-05-28 03:45:19 +02:00
UI: Sequencer Overlays popover layout improvements
I don't think that there is a clear binary choice in either case here. In order for a checkbox to be completely unambiguous, there needs to only be two possibilities and disabling the checkbox…
e433ffbfe5
Merge remote-tracking branch 'origin/main' into vse-markers-snap
192d0790eb
Tests: Update render references for EEVEE/Workbench/Storm
2736446d65
Fix #119999: RNA copy failure due to improper handling of unset dynamic RNA properties.
c450200873
Fix: EEVEE-Next: Fix wrong space transformation for default thickness
7f5dd29abd
Subdiv: Make OpenSubdiv_TopologyRefiner into a C++ class
VSE: Implement Snapping to Markers
Thanks for patch! Code seems mostly fine, I was thinking whether it would not be better to draw thick dashed line in this case. Not sure if that would be obvious, or even necessary to be able to…