Aras Pranckevicius aras_p
Aras Pranckevicius deleted branch path_is_hidden_opt from aras_p/blender 2024-04-16 16:51:48 +02:00
Aras Pranckevicius merged pull request blender/blender#120541 2024-04-16 16:51:45 +02:00
BLI: factor out BLI_path_has_hidden_component, fix it and speed it up
Aras Pranckevicius pushed to main at blender/blender 2024-04-16 16:51:45 +02:00
9962c50b54 BLI: factor out BLI_path_has_hidden_component, fix it and speed it up
Aras Pranckevicius pushed to main at aras_p/blender 2024-04-16 05:58:42 +02:00
e4529592d6 Cleanup: sort cmake file-lists
20b0805213 Cleanup: use const pointers where possible
90f1d1cc61 Cleanup: use doxygen formatting for guarded-allocator
2b7f46bc0b Fixes for keying-set export operator
6fc6bcdb82 Cleanup: Unused function
Compare 1588 commits »
Aras Pranckevicius pushed to vse_strip_design at aras_p/blender 2024-04-16 05:58:24 +02:00
7eaaf6ec3b Merge branch 'main' into vse_strip_design
e4529592d6 Cleanup: sort cmake file-lists
20b0805213 Cleanup: use const pointers where possible
90f1d1cc61 Cleanup: use doxygen formatting for guarded-allocator
2b7f46bc0b Fixes for keying-set export operator
Compare 923 commits »
Aras Pranckevicius deleted branch sse4_cleanup from aras_p/blender 2024-04-15 15:22:13 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-04-15 15:22:11 +02:00
e2e6b977a6 Cleanup: Remove pre-SSE4 fallbacks in BLI pixel interpolation functions
Aras Pranckevicius merged pull request blender/blender#120583 2024-04-15 15:22:11 +02:00
Cleanup: Remove pre-SSE4 fallbacks in BLI pixel interpolation functions
Aras Pranckevicius pushed to ffmpeg_hdr at aras_p/blender 2024-04-12 19:27:52 +02:00
35db26e7be Fix build after main merge
Aras Pranckevicius pushed to ffmpeg_hdr at aras_p/blender 2024-04-12 19:23:17 +02:00
1cf58feaf8 Merge branch 'main' into ffmpeg_hdr
3744b54790 Cleanup: Fix location of #pragma once in some headers
5c10f9fcb3 Fix #120549: Broken triangles in viewport with multiple materials
fae60893c7 Extensions: Rename Local Cache
af09a475e4 Extensions: User Interface: Sort advanced repository options
Compare 522 commits »
Aras Pranckevicius created pull request blender/blender#120583 2024-04-12 16:53:19 +02:00
Cleanup: Remove pre-SSE4 fallbacks in BLI pixel interpolation functions
Aras Pranckevicius pushed to sse4_cleanup at aras_p/blender 2024-04-12 16:52:43 +02:00
2e6700f400 Cleanup: Remove pre-SSE4 fallbacks in BLI pixel interpolation functions
c30afb7bf6 Fix #118694: snap cursor sometimes doesn't update when dragging and dropping assets
883af6dd63 Anim: Add custom pre and post frame color to motion path
3fda0d5f8f Fix #119909: Unkeyable custom properties receive keyframes
355079cbb2 GPv3: Add option to disable masks in viewlayer
Compare 10 commits »
Aras Pranckevicius created branch sse4_cleanup in aras_p/blender 2024-04-12 16:52:43 +02:00
Aras Pranckevicius pushed to main at blender/blender 2024-04-12 13:17:01 +02:00
dc9d2d41f5 Fix #120499: OBJ MTL with Ni=0 are displayed as gray
Aras Pranckevicius closed issue blender/blender#120499 2024-04-12 13:16:59 +02:00
OBJ: MTL files that have "Ni 0" are displayed as gray since Blender 4.0
Aras Pranckevicius commented on pull request blender/blender#120541 2024-04-12 06:01:23 +02:00
BLI: factor out BLI_path_has_hidden_component, fix it and speed it up

Oh, on Windows that function seems to not be called/used. Only on non-Windows systems it is being exercised, and probably exactly for the reason that regular file system simply does not have a…

Aras Pranckevicius created pull request blender/blender#120541 2024-04-11 20:21:09 +02:00
BLI: factor out BLI_path_has_hidden_component, fix it and speed it up
Aras Pranckevicius pushed to path_is_hidden_opt at aras_p/blender 2024-04-11 20:13:08 +02:00
2780d32bc2 BLI: BLI_path_has_hidden_component speedup and inconsistencies fix
1cfd18e136 Tests: add unit and performance tests coverage for BLI_path_has_hidden_component
bab5c81d60 Refactor: move is_hidden_dot_filename out of space_file into BLI_path_has_hidden_component
dfb774213d Fix #120488: PLY importer crashes on degenerate (1 or 2 vertex) faces
3d1bf4eb74 Fix: Properly free/allocate non-trivial shrinkwrap cache struct
Compare 10 commits »