Aras Pranckevicius aras_p
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 created branch vse_thumb_draw_gpu in aras_p/blender 2024-08-30 12:30:17 +02:00
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 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
Aras Pranckevicius commented on issue blender/blender#118716 2024-08-29 19:50:57 +02:00
VSE: Video thumbnails randomly disappear while sliding content to left

As far as I can tell, this got fixed by merge of #126405 (commit 528471541b3c). Please comment or reopen if you still see the issue; I can no longer reproduce it.

Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-08-29 19:39:24 +02:00
1e05f6eaeb Update docs/release_notes/4.3/sequencer.md
Aras Pranckevicius commented on issue blender/blender#126826 2024-08-29 08:32:44 +02:00
VSE: Video rendering extremely slow with effects in 4.3

@iss could it be that your change removed even "within one frame" image cache? From what I recall, the whole effects stack rendering does several passes over the strips within the whole stack…

Aras Pranckevicius commented on issue blender/blender#126472 2024-08-29 08:30:15 +02:00
VSE: Very slow export time of retimed video strips

@ThinkingPolygons @iss could this issue be caused by fairly large keyframe interval used in the video? I noticed keyint=250 among encoder settings, which is like keyframes every 250 frames.…

Aras Pranckevicius deleted branch vse_thumbs_cache from aras_p/blender 2024-08-29 08:27:36 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-08-29 08:27:33 +02:00
528471541b VSE: Faster and more consistent thumbnails
Aras Pranckevicius merged pull request blender/blender#126405 2024-08-29 08:27:33 +02:00
VSE: Faster and more consistent thumbnail cache
Aras Pranckevicius commented on issue blender/blender#126864 2024-08-28 09:21:44 +02:00
blender crashed when pack a 16384x16384 float image

Most likely some image related code (still) uses 32 bit integers for size or address calculations -- whereas 16k x 16k float image is exactly 4GB size, which is the point where unsigned 32 bit…

Aras Pranckevicius commented on pull request blender/blender#126660 2024-08-28 09:14:32 +02:00
VSE: Add text alignment feature

Yes, anchor was dropped with this PR.

My thinking was that maybe anchor should not exist at all functionality wise. Like today, center alignment works as I would expect, all good: ![Screens…

Aras Pranckevicius commented on pull request blender/blender#126660 2024-08-28 09:07:30 +02:00
VSE: Add text alignment feature

To Harley's point about combining sequences etc., to me it seems like this branch, besides "wrong" glyph advancement, does not make things worse for VSE text strips. Some combining sequences were…

Aras Pranckevicius pushed to vse_fix_copy_flags at aras_p/blender 2024-08-28 08:47:27 +02:00
93d601001e Fix lack of VSE proxy settings copy too
Aras Pranckevicius created pull request blender/blender#126876 2024-08-28 08:38:42 +02:00
Fix: Scene copy does not copy VSE cache flags