Aras Pranckevicius aras_p
Aras Pranckevicius commented on issue blender/blender#118501 2024-02-23 06:23:44 +01:00
Blender crashes when opening certain projects if 'Load UI' isn't turned on

@PratikPB2123 whoops, and oversight indeed! I can fix today.

Aras Pranckevicius commented on pull request blender/blender#118433 2024-02-22 19:05:23 +01:00
External: update LZMA SDK to latest version

@Chubercik good point, done in db70f08317

Aras Pranckevicius pushed to main at blender/blender 2024-02-22 19:04:55 +01:00
db70f08317 Release: update license versions of lzma and fmt
Aras Pranckevicius pushed to vse_strip_design at aras_p/blender 2024-02-22 18:57:34 +01:00
31e3d02a11 Merge branch 'main' into vse_strip_design
caf567e241 Cleanup: Resolve unused variable warning in GHOST EGL code
95baf98745 Merge remote-tracking branch 'origin/blender-v4.1-release'
f0bbb0266a make.bat: fix make update not working properly
41cfb379af Cleanup: Remove unused SCULPT_OT_set_detail_size operator
Compare 94 commits »
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-02-22 09:27:32 +01:00
15f3dfb8cb Update docs/release_notes/4.2/vfx.md
Aras Pranckevicius deleted branch speedup_isffmpeg from aras_p/blender 2024-02-22 09:24:48 +01:00
Aras Pranckevicius pushed to main at blender/blender 2024-02-22 09:24:46 +01:00
b261654a93 VSE: Reduce playback stalls when new video clips start playing
Aras Pranckevicius merged pull request blender/blender#118503 2024-02-22 09:24:46 +01:00
VSE: Reduce playback stalls when new video clips start playing
Aras Pranckevicius pushed to speedup_isffmpeg at aras_p/blender 2024-02-22 08:47:33 +01:00
08eff1c8ca IndexBuildContext::valid is not needed
Aras Pranckevicius commented on pull request blender/blender#118468 2024-02-22 08:26:20 +01:00
CMake: Change build flags to use SSE42 if available

At least on my PC (cmake 3.25), this actualy does not define all of the SIMD macros on MSVC. add_compile_definitions only removes -D prefix starting with cmake 3.26 (https://cmake.org/cmake/help/latest/command/add_compile_definitions.html). So effectively this makes whole blender think that none of SIMD is available.

Aras Pranckevicius commented on pull request blender/blender#118468 2024-02-21 20:41:25 +01:00
CMake: Change build flags to use SSE42 if available

@LazyDodo I'll try to take a look tomorrow!

Aras Pranckevicius created pull request blender/blender#118581 2024-02-21 20:38:02 +01:00
WIP: VSE: Timeline strip visual design updates
Aras Pranckevicius created branch vse_strip_design in aras_p/blender 2024-02-21 20:33:19 +01:00
Aras Pranckevicius pushed to vse_strip_design at aras_p/blender 2024-02-21 20:33:19 +01:00
ec7fca10f5 VSE: tweaks to strip drawing
a629c0e50f VSE: tweaks to strip drawing
2cbccb3de1 VSE: tweaks to strip drawing
06385c35be VSE: some const-correctness
b24c96c72e UI: Fix UI_view2d_text_cache alpha being ignored
Compare 10 commits »
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-02-21 20:22:19 +01:00
deabf4e007 Update docs/release_notes/4.2/vfx.md
Aras Pranckevicius deleted branch vse_strip_occlusion from aras_p/blender 2024-02-21 20:16:57 +01:00
Aras Pranckevicius pushed to main at blender/blender 2024-02-21 20:16:54 +01:00
f4f708a54f VSE: Skip rendering lower strips that are behind opaque strips above them
Aras Pranckevicius merged pull request blender/blender#118396 2024-02-21 20:16:54 +01:00
VSE: Skip rendering lower strips that are behind opaque strips above them
Aras Pranckevicius commented on issue blender/blender#118288 2024-02-21 20:08:09 +01:00
VSE: Strips Design Tweaks

@pablovazquez I have a question about this:

Currently, when a strip is disabled it becomes semi-transparent (except the thumbnails, which are drawn in full opacity). <...> This is not only…

Aras Pranckevicius commented on issue blender/blender#118493 2024-02-21 13:26:31 +01:00
Video Output: Support higher bits per pixel formats

Ensure there is 10bit+ codec support compiled into FFmpeg shipped with Blender

Checked, and today in 4.2 main (at least on Windows), the compiled ffmpeg supports:

  • H.264: 10-bit (YUV…