Aras Pranckevicius aras_p
Aras Pranckevicius closed issue blender/blender#127022 2024-09-02 19:28:56 +02:00
PLY export does not clamp vertex colors when they exceed 1.0 (instead they are wrapped)
Aras Pranckevicius pushed to vse_thumb_draw_gpu at aras_p/blender 2024-09-02 17:00:01 +02:00
f0cd4fc70e Code comments
Aras Pranckevicius created pull request blender/blender#127071 2024-09-02 13:28:47 +02:00
Fix #126908: 3D view background color affects attribute text outline color
Aras Pranckevicius pushed to fix_drw_text_outline at aras_p/blender 2024-09-02 13:27:54 +02:00
5c64d14c2a Fix #126908: 3D view background color affects attribute text outline color
Aras Pranckevicius created branch fix_drw_text_outline in aras_p/blender 2024-09-02 13:27:54 +02:00
Aras Pranckevicius pushed to vse_thumb_draw_gpu at aras_p/blender 2024-09-01 17:46:28 +02:00
c61cbefa88 Fix slight thumbnail "swimming" issues when zoomed in a lot
Aras Pranckevicius commented on pull request blender/blender#126972 2024-09-01 11:57:45 +02:00
VSE: Faster timeline thumbnail drawing

@blender-bot package

Aras Pranckevicius pushed to vse_thumb_draw_gpu at aras_p/blender 2024-09-01 11:45:15 +02:00
36caaec21a Fix edges of thumbnails sometimes flickering
fa8850946e Merge branch 'main' into vse_thumb_draw_gpu
4b76b398d5 Fix: Vulkan code build failure when Renderdoc is enabled
7675b5a0b4 Fix: MEM_new/MEM_freeN mismatch in menu search code
de487a6712 Fix #126872: Cannot assign custom preview to node asset
Compare 5 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-09-01 11:32:12 +02:00
4b76b398d5 Fix: Vulkan code build failure when Renderdoc is enabled
Aras Pranckevicius pushed to vse_thumb_draw_gpu at aras_p/blender 2024-09-01 09:48:55 +02:00
96da23f992 Cleanup: factor out common VSE shader parts into gpu_shader_sequencer_lib.glsl
Aras Pranckevicius pushed to vse_thumb_draw_gpu at aras_p/blender 2024-08-31 10:40:29 +02:00
da5781e319 Fix Mac gpu tests
Aras Pranckevicius pushed to vse_thumb_draw_gpu at aras_p/blender 2024-08-31 09:51:54 +02:00
3279a60b62 Merge branch 'main' into vse_thumb_draw_gpu
d31c633f4c Sculpt: Reduce size of undo node struct
e950bea4df Cleanup: Sculpt: Remove unused field from undo Node struct
a7ecca9ed1 Cleanup: Sculpt: Pass mesh as const reference to BVH build
ba4a131295 Sculpt: Avoid mutable retrieval of positions when building BVH
Compare 54 commits »
Aras Pranckevicius pushed to vse_thumb_draw_gpu at aras_p/blender 2024-08-31 08:23:54 +02:00
174a65296a Draw thumbnails in batches
Aras Pranckevicius pushed to vse_thumb_draw_gpu at aras_p/blender 2024-08-30 15:57:35 +02:00
00dd9bf7fd Cleanup
2acd163b31 Cleanup: move thumb drawing code into sequencer_thumbnails
Compare 2 commits »
Aras Pranckevicius pushed to vse_thumb_draw_gpu at aras_p/blender 2024-08-30 14:13:15 +02:00
7917915c8c Arrange visible VSE thumbnails into one GPU texture
Aras Pranckevicius created pull request blender/blender#126972 2024-08-30 12:31:27 +02:00
WIP: VSE: Faster timeline thumbnail drawing
Aras Pranckevicius pushed to vse_thumb_draw_gpu at aras_p/blender 2024-08-30 12:30:17 +02:00
afd3b01983 Draw VSE thumbnails with a dedicated shader
347ec1acd7 Refactor: Sculpt: Switch to new API for BVH node selection & data access
1c1e389d4b Refactor: misc improvements to the channel groups code
df59028d0b Geometry Nodes: use different icons for warning and error messages
dc2272e538 Cleanup: run make format
Compare 10 commits »
Aras Pranckevicius created branch vse_thumb_draw_gpu in aras_p/blender 2024-08-30 12:30:17 +02:00
Aras Pranckevicius commented on issue blender/blender#126472 2024-08-30 08:38:56 +02:00
VSE: Very slow export time of retimed video strips

From what I saw, yes, that would be the "issue", but it should not be the issue for rendering.

@iss you sure it would not affect rendering? From what I can tell, there's a seek to keyframe…

Aras Pranckevicius closed issue blender/blender#118716 2024-08-29 19:51:17 +02:00
VSE: Video thumbnails randomly disappear while sliding content to left