Aras Pranckevicius aras_p
Aras Pranckevicius created pull request blender/blender#123431 2024-06-19 13:44:24 +02:00
Fix: VSE timeline strip readability issue due to lack of gaps
Aras Pranckevicius pushed to vse-gaps at aras_p/blender 2024-06-19 13:42:28 +02:00
38a5932554 Fix: VSE timeline strip readability issue due to lack of gaps
7e61f14a88 Fix #123332: VSE strip transform handles look tweaks
50bb98fba5 Fix #123339: Blender fails to build with older versions of wayland
2948b1e790 Give timeline marker default name when created via binding to camera
ed357136dc Fix #123410: node frames interfere with node hide toggle
Compare 10 commits »
Aras Pranckevicius created branch vse-gaps in aras_p/blender 2024-06-19 13:42:28 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-06-19 11:58:59 +02:00
7a4c007aa0 Merge branch 'blender-v4.2-release'
7e61f14a88 Fix #123332: VSE strip transform handles look tweaks
Compare 2 commits »
Aras Pranckevicius deleted branch vse_handles_look from aras_p/blender 2024-06-19 11:49:40 +02:00
Aras Pranckevicius closed issue blender/blender#123332 2024-06-19 11:49:38 +02:00
VSE: Thicker strip handles on selection
Aras Pranckevicius merged pull request blender/blender#123391 2024-06-19 11:49:34 +02:00
Fix #123332: VSE strip transform handles look tweaks
Aras Pranckevicius pushed to blender-v4.2-release at blender/blender 2024-06-19 11:49:33 +02:00
7e61f14a88 Fix #123332: VSE strip transform handles look tweaks
Aras Pranckevicius pushed to vse_handles_look at aras_p/blender 2024-06-19 11:25:48 +02:00
a1d95fb77d Merge branch 'blender-v4.2-release' into vse_handles_look
189410e1ff Fix #123333: VSE strip outline width now takes DPI/line width setting into account
4329dafb4c Fix #123340: Zero division in Difference Key node
10737d719e Cleanup: Correct Cycles code comment
Compare 4 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-06-19 11:20:44 +02:00
2296d3a94b Merge branch 'blender-v4.2-release'
189410e1ff Fix #123333: VSE strip outline width now takes DPI/line width setting into account
Compare 2 commits »
Aras Pranckevicius deleted branch vse_outline_width from aras_p/blender 2024-06-19 11:19:33 +02:00
Aras Pranckevicius closed issue blender/blender#123333 2024-06-19 11:19:31 +02:00
VSE: Thicker strip outlines on High DPI displays
Aras Pranckevicius merged pull request blender/blender#123369 2024-06-19 11:19:27 +02:00
Fix #123333: VSE strip outline width takes DPI/line width setting into account
Aras Pranckevicius pushed to blender-v4.2-release at blender/blender 2024-06-19 11:19:27 +02:00
189410e1ff Fix #123333: VSE strip outline width now takes DPI/line width setting into account
Aras Pranckevicius commented on pull request blender/blender#123391 2024-06-19 10:33:03 +02:00
Fix #123332: VSE strip transform handles look tweaks

The should the warning red-out-line, be on top of the handle, or under

If you are testing build from today (finished very recently), then both outline and the handle should be red together.

Aras Pranckevicius pushed to vse_handles_look at aras_p/blender 2024-06-19 09:05:28 +02:00
6945104304 Merge branch 'blender-v4.2-release' into vse_handles_look
a1165588d1 VSE: further handle color tweaks
6eb2b5f47b Fix local extension errors being shown as remote errors
86e1ef2e31 Fix: Memory leak in purge orphans with no unused data-blocks
ad625d8dc4 Fix #122423: Clear handlers for non-temporary regions on exit
Compare 27 commits »
Aras Pranckevicius commented on pull request blender/blender#123391 2024-06-18 21:31:17 +02:00
Fix #123332: VSE strip transform handles look tweaks

Only one request: would it be possible to match the inner outline handle color (white and yellow) when transforming a strip?

Of course. Right now it is behaving "as previously" (e.g. in…

Aras Pranckevicius commented on issue blender/blender#123332 2024-06-18 18:56:58 +02:00
VSE: Thicker strip handles on selection

I don't know what is "back in the day" or who A.Monti is, sorry.

Aras Pranckevicius commented on issue blender/blender#123332 2024-06-18 18:37:36 +02:00
VSE: Thicker strip handles on selection

How does it work when strips become narrow? Is it possible to distinguish what is a selected handle, and what is outline only, when outlines and handles have the same color?

My guess is on a…