Aras Pranckevicius aras_p
Aras Pranckevicius created pull request blender/blender#127121 2024-09-03 21:10:16 +02:00
WIP: VSE: Color Balance modifier optimizations
Aras Pranckevicius pushed to vse_colorbalance_opt at aras_p/blender 2024-09-03 21:09:33 +02:00
4625611c37 VSE: Optimize ColorBalance by more direct threading
ecaf5cfe72 VSE: Optimize ColorBalance for non-float images
0bda704eee Tests: update VSE color balance test to cover masking
787eb2b433 Fix: prevent free of nullptr during bone collection undo processing
4d4ad34f4c Anim: Action Slot icon
Compare 10 commits »
Aras Pranckevicius created branch vse_colorbalance_opt in aras_p/blender 2024-09-03 21:09:33 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-09-03 20:02:31 +02:00
0bda704eee Tests: update VSE color balance test to cover masking
Aras Pranckevicius pushed to main at blender/blender-test-data 2024-09-03 20:02:01 +02:00
197a8fc04c VSE: update color balance test to include masking
Aras Pranckevicius pushed to main at blender/blender 2024-09-03 13:05:32 +02:00
0e999f3786 Tests: fix Mac arm64 failure on recently added VSE render tests
Aras Pranckevicius pushed to main at blender/blender 2024-09-03 11:41:05 +02:00
f40e6c28bf Tests: VSE Color Balance and Curve modifier render tests
Aras Pranckevicius pushed to main at blender/blender-test-data 2024-09-03 11:40:50 +02:00
fd57972e1d VSE: add render tests for some modifiers
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-09-03 08:35:03 +02:00
a43d0b7515 Update docs/release_notes/4.3/sequencer.md
Aras Pranckevicius closed issue blender/blender#91618 2024-09-03 08:27:25 +02:00
VSE thumbnails improvements
Aras Pranckevicius commented on issue blender/blender#91618 2024-09-03 08:27:15 +02:00
VSE thumbnails improvements

What was still not done under this task, was superseded by things done under #126087

Aras Pranckevicius deleted branch vse_thumb_draw_gpu from aras_p/blender 2024-09-03 08:25:44 +02:00
Aras Pranckevicius merged pull request blender/blender#126972 2024-09-03 08:25:39 +02:00
VSE: Faster timeline thumbnail drawing
Aras Pranckevicius pushed to main at blender/blender 2024-09-03 08:25:39 +02:00
4c8f22447f VSE: Faster timeline thumbnail drawing
Aras Pranckevicius pushed to fix_drw_text_outline at aras_p/blender 2024-09-03 08:22:07 +02:00
46867eedbd Use white or black outline color in draw manager text
Aras Pranckevicius commented on pull request blender/blender#127071 2024-09-02 20:10:43 +02:00
Fix #126908: 3D view background color affects attribute text outline color

@Harley should the outline color alternate between "black" (for bright text) and "background" (for dark text), or instead between "black" and "white"? I'm thinking of case of both TH_BACK and the…

Aras Pranckevicius commented on issue blender/blender#127022 2024-09-02 19:51:24 +02:00
PLY export does not clamp vertex colors when they exceed 1.0 (instead they are wrapped)

@Boll-Giysa it could be that Meshlab does not understand OBJ vertex colors that are "brighter than white". The current PLY fix clamps vertex colors to 0..1 range, since the colors are always…

Aras Pranckevicius commented on issue blender/blender#125385 2024-09-02 19:30:30 +02:00
PLY exporter does not support float vertex colors

FYI added the missing vertex color range clamp in c4a67ec3c72b37, but full support for non-byte color ranges is still not implemented.

Aras Pranckevicius commented on issue blender/blender#127022 2024-09-02 19:29:47 +02:00
PLY export does not clamp vertex colors when they exceed 1.0 (instead they are wrapped)

@Boll-Giysa I have fixed the PLY case, but I can not reproduce the issue in OBJ format (your original report says "export it as a vertex color ply or obj and import it back" -- I can't see the…

Aras Pranckevicius pushed to main at blender/blender 2024-09-02 19:28:58 +02:00
c4a67ec3c7 Fix #127022: PLY export does not properly clamp vertex colors