Aras Pranckevicius aras_p
Aras Pranckevicius created pull request blender/blender#122764 2024-06-05 12:23:03 +02:00
WIP: Fix: VSE timeline strip rounded corner outlines not pixel correct
Aras Pranckevicius created branch vse_rounded_corners_pixcorrect in aras_p/blender 2024-06-05 12:19:01 +02:00
Aras Pranckevicius pushed to vse_rounded_corners_pixcorrect at aras_p/blender 2024-06-05 12:19:01 +02:00
557e2d29bd Fix: VSE timeline strip rounded corner outlines not pixel correct
2ced22611a Cycles: Fix missing adjustment for device, used for denoising
8d2421bcea Fix: EEVEE-Next: Broken Blend Mode versioning
25351738f7 UI: Add title to tree view context menus
38dd4a5e9a Fix: Wonky behaviour of "Frame All" and "Frame Selected" in the VSE
Compare 10 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-06-04 21:08:54 +02:00
078a737fd6 Format
Aras Pranckevicius deleted branch vse_rounded_corners from aras_p/blender 2024-06-04 20:05:53 +02:00
Aras Pranckevicius merged pull request blender/blender#122576 2024-06-04 20:05:50 +02:00
VSE: Rounded corners for timeline strips
Aras Pranckevicius pushed to main at blender/blender 2024-06-04 20:05:50 +02:00
7fdfa47f23 VSE: Rounded corners for timeline strips
Aras Pranckevicius commented on pull request blender/blender#122576 2024-06-04 17:59:47 +02:00
VSE: Rounded corners for timeline strips

There are some issue with the line width being rounded up or down which creates lines that are 2px wide while some other are 1px wide

@fclem yeah indeed, I suspect this might be because strip…

Aras Pranckevicius pushed to vse_rounded_corners at aras_p/blender 2024-06-04 17:55:46 +02:00
4095515f61 Code style review feedback
Aras Pranckevicius commented on pull request blender/blender#122576 2024-06-04 12:31:48 +02:00
VSE: Rounded corners for timeline strips

Aesthetically, it's also a little strange to have many varying degrees of "roundness" depending on the strip's horizontal size (although this happens only when zoomed out)

@HadrienBrissaud I…

Aras Pranckevicius pushed to vse_rounded_corners at aras_p/blender 2024-06-04 11:43:46 +02:00
5dd4350b5a Remove old non-rounded VSE strip corners rendering path
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-06-04 09:24:42 +02:00
edf23e7c83 Update docs/release_notes/4.2/sequencer.md
Aras Pranckevicius commented on pull request blender/blender#122576 2024-06-04 09:23:24 +02:00
VSE: Rounded corners for timeline strips

@blender-bot package

Aras Pranckevicius commented on pull request blender/blender#122576 2024-06-04 09:11:32 +02:00
VSE: Rounded corners for timeline strips

I was always against rounded corners myself, but this PR looks OK. Does the radius depend on display DPI? On my machine this looks more like 4px chamfer. Looking at other screenshots here…

Aras Pranckevicius pushed to vse_rounded_corners at aras_p/blender 2024-06-04 09:05:48 +02:00
730c3dbbb6 Merge branch 'main' into vse_rounded_corners
595ac21d85 Cleanup: remove now unused logic for refreshing the splash screen
b0bfa56db9 Cleanup: remove unused function
21e988a51c Fix error in fix for #87219, accidental assignment in conditional
e8c83aed17 Cleanup: Formatting
Compare 54 commits »
Aras Pranckevicius pushed to vse_rounded_corners at aras_p/blender 2024-06-03 20:03:53 +02:00
5765eb91c5 Tweak strip rounding math
Aras Pranckevicius pushed to vse_rounded_corners at aras_p/blender 2024-06-03 10:18:26 +02:00
b6477c45be Merge branch 'main' into vse_rounded_corners
a162149cfa Fix #121761: Crash when compositing while rendering
e1c8baf046 I18N: Updated UI translations from git/weblate repository (bfcffce0a4d1e1).
ba3fac92af Fix #122598: Curves Grow brush broken on curves with only two points
5bc71c8704 Cleanup: style changes for newly added USD DomeLight support code
Compare 44 commits »
Aras Pranckevicius pushed to vse_rounded_corners at aras_p/blender 2024-06-03 09:36:16 +02:00
3e10601af6 Comments, cleanup, more efficient color unpack in fragment shader, larger batch size
Aras Pranckevicius approved blender/blender#122638 2024-06-03 08:52:09 +02:00
UI: Fix polling in sequencer preview overlays

I know nothing about Python side of code, but from a casual look it feels okay. The PR description is excellent though, with very clear before/after screenshots!

Aras Pranckevicius commented on pull request blender/blender#122576 2024-06-03 05:57:45 +02:00
VSE: Rounded corners for timeline strips

@blender-bot package