Aras Pranckevicius aras_p
Aras Pranckevicius commented on pull request blender/blender#126405 2024-08-27 08:07:22 +02:00
VSE: Faster and more consistent thumbnail cache

Yes there's quite a bit of logic that is weird/funky but I have not changed it, I just moved it from render.cc. Cleaning all that up and "somehow" improving which parts of strips want to show…

Aras Pranckevicius commented on pull request blender/blender#126405 2024-08-27 08:05:56 +02:00
VSE: Faster and more consistent thumbnail cache

I don't understand it either. I just moved the function from render.cc, since it is no longer needed there. What is the logic of the function keeps on being mystery to me, but I have not changed…

Aras Pranckevicius commented on pull request blender/blender#118670 2024-08-26 19:51:46 +02:00
VSE: Add anim manager

While I was not able to test performance improvement on my Gold edit (see comment about C++ exception above), on another file that I have with several video tracks each cut into many pieces…

Aras Pranckevicius commented on pull request blender/blender#118670 2024-08-26 19:38:54 +02:00
VSE: Add anim manager

With latest commit on this PR, I am getting a C++ exception "resource deadlock would occur" (seemingly the mutex is already locked by the same thread? but not 100% sure). This is on Windows, on Gold (gold-edit-v804 - I forget where I got it from, Francesco or Sergey gave it to me, entering frame 2875).

Aras Pranckevicius commented on pull request blender/blender#126405 2024-08-26 17:52:18 +02:00
VSE: Faster and more consistent thumbnail cache

Ah ok! I was not sure whether BLI utilities or C++ std is preferred. Will change.

Aras Pranckevicius commented on pull request blender/blender#126405 2024-08-26 17:51:52 +02:00
VSE: Faster and more consistent thumbnail cache

Timeline area X axis coordinate is "frames", Y axis is "channels". So this is +-30 frames from what is visible, and +-1 channels. It is similar to the previous cache code, but indeed perhaps would…

Aras Pranckevicius commented on issue blender/blender#126753 2024-08-26 12:05:25 +02:00
Overlapping text shows strange font color

Similar to my suggestion at #124549, maybe that behavior should be reverted, and actual logic changed to:

  • Draw text with the color as it would be (from theme or elsewhere),
  • Draw text outline…
Aras Pranckevicius commented on pull request blender/blender#126660 2024-08-26 09:11:22 +02:00
VSE: Add text alignment feature

As @Harley says, the glyph advancing right now is not correct. This can be easily seen in cursive/script fonts, e.g. "Dancing Script" (https://fontlibrary.org/en/font/dancing). Current main branch…

Aras Pranckevicius commented on pull request blender/blender#126660 2024-08-23 22:07:04 +02:00
VSE: Add text alignment feature

Minor: I'd think that using namespace blender is not needed since what follows is already a sub-namesspace of that (blender::seq)

Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-08-23 09:22:50 +02:00
509a9094e5 Update docs/release_notes/4.3/sequencer.md
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-08-23 09:20:58 +02:00
d8e3824012 Upload files to "docs/release_notes/4.3/images"
Aras Pranckevicius merged pull request blender/blender#126336 2024-08-23 09:15:57 +02:00
VSE: Set "box select" default tool for preview and show toolbars
Aras Pranckevicius pushed to main at blender/blender 2024-08-23 09:15:55 +02:00
a21a1a7b86 VSE: Set "box select" default tool for preview and show toolbars
Aras Pranckevicius pushed to vse_thumbs_cache at aras_p/blender 2024-08-22 17:38:26 +02:00
e754ba4f9e Cleanup
67ab8d1b09 Merge branch 'main' into vse_thumbs_cache
758401c672 Fix #126567: Packed images are missing meta data
bda0c27c05 Refactor: Sculpt: Deduplicate topology falloff creation in expand tool
6e845f54c3 Fix #126464: Subdiv optimal display edges causes broken wires on Metal
Compare 87 commits »
Aras Pranckevicius merged pull request blender/blender#124333 2024-08-22 14:55:02 +02:00
VSE: Connected Strips
Aras Pranckevicius pushed to main at blender/blender 2024-08-22 14:55:02 +02:00
715129bf5b VSE: ability to connect and disconnect strips in the VSE.
Aras Pranckevicius pushed to main at blender/blender 2024-08-22 10:36:54 +02:00
246a0ec46a Fix #126394: ffmpeg on win64 is built without SIMD optimizations
Aras Pranckevicius deleted branch ffmpeg_cpu_flags from aras_p/blender 2024-08-22 10:36:53 +02:00
Aras Pranckevicius closed issue blender/blender#126394 2024-08-22 10:36:52 +02:00
ffmpeg for Windows is built with no CPU SIMD optimizations since 4.0