- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
Blender crashes when opening certain projects if 'Load UI' isn't turned on
Blender crashes when opening certain projects if 'Load UI' isn't turned on
@PratikPB2123 whoops, and oversight indeed! I can fix today.
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
VSE: Reduce playback stalls when new video clips start playing
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.
WIP: VSE: Timeline strip visual design updates
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
Aras Pranckevicius
deleted branch vse_strip_occlusion from aras_p/blender
2024-02-21 20:16:57 +01:00
VSE: Skip rendering lower strips that are behind opaque strips above them