Aras Pranckevicius aras_p
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 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 »
Aras Pranckevicius created branch path_is_hidden_opt in aras_p/blender 2024-04-11 20:13:07 +02:00
Aras Pranckevicius commented on issue blender/blender#120494 2024-04-11 16:28:08 +02:00
Poor redo panel performance when using a big asset library

I'll look at the cost of is_hidden_dot_filename function itself.

Aras Pranckevicius pushed to main at blender/blender 2024-04-11 16:21:48 +02:00
dfb774213d Fix #120488: PLY importer crashes on degenerate (1 or 2 vertex) faces
Aras Pranckevicius closed issue blender/blender#120488 2024-04-11 16:21:47 +02:00
Importing a .ply file crashes Blender 4.0
Aras Pranckevicius reopened issue blender/blender#120488 2024-04-11 16:16:51 +02:00
Importing a .ply file crashes Blender 4.0
Aras Pranckevicius closed issue blender/blender#120488 2024-04-11 16:16:41 +02:00
Importing a .ply file crashes Blender 4.0
Aras Pranckevicius commented on issue blender/blender#120488 2024-04-11 16:16:35 +02:00
Importing a .ply file crashes Blender 4.0

@SJadhav the issue in this file that causes the crash is because it contains some polygons with 1 or 2 vertices, which is "very much not a polygon" and the blender code was not quite expecting…

Aras Pranckevicius commented on issue blender/blender#120499 2024-04-11 10:46:16 +02:00
OBJ: MTL files that have "Ni 0" are displayed as gray since Blender 4.0

Hmm but e.g. IOR of 0.5 also looks different between Blender 3.6 and 4.0+ (starting with 4.0, it is "partially desaturated", which was not the case in earlier versions).

Aras Pranckevicius commented on issue blender/blender#120174 2024-04-11 10:29:39 +02:00
GPU: API Redesign (high level)

Yeah I think I probably misunderstood most of this since "render graph" term is most commonly used to describe "a system that would allow me to save several hundred MB of video memory in a complex…

Aras Pranckevicius commented on issue blender/blender#120499 2024-04-11 10:18:53 +02:00
OBJ: MTL files that have "Ni 0" are displayed as gray since Blender 4.0

Looks like nothing has changed wrt OBJ importer itself, just starting with Blender 4.0 the material IOR, when below 1.0 value, turns out to progressively desaturate the resulting color (both Eevee…

Aras Pranckevicius pushed to main at blender/blender 2024-04-11 10:08:10 +02:00
1ea014112b Fix #120253: Batch export of STL files incorrectly handles .stl suffix
Aras Pranckevicius closed issue blender/blender#120253 2024-04-11 10:08:09 +02:00
Batch export of STL-files incorrect handling of .stl-suffix