- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Can SEQ_time_left_handle_frame_get(scene, seq_source)
and SEQ_time_right_handle_frame_get(scene, seq_source)
be moved to get calculated just once outside the loop? Particularly the right handle calculation involves quite some function calls and math that involves divisions.
Not related to this particular place, just wanted to raise as an issue: I consistenly get a crash when trying to drag and drop any video file into the VSE timeline, in a default empty video project.
While trying to test this out, I get a hang here. My test file contained two video tracks on top of each other, both referencing the same file. The hang happens when starting preview playback.
Visual Studio emits a bunch of warnings about this, the issue being that there it is struct AnimManager
but in the actual file it is class AnimManager
Indeed a regression in the OpenCollada fork, one place that replaced usages of ancient PCRE library code did not quite get it right. I have a fix here https://github.com/aras-p/OpenCOLLADA/commit/d…
@DamianWinnichenko this is an internal shader that Blender uses to drawn it's own user interface fonts/texts. It is not usable/relevant/exposed to users in any way.
Good point, for the short term fix I should perhaps make the gap be in vertical space. Will look into that for 4.2.x.
A long term solution is to not have an offset at all, and instead apply proper "rounded corner clipping/masking" via a shader. Maybe I should start on doing that sooner rather than later :)