Aras Pranckevicius aras_p
Aras Pranckevicius pushed to main at blender/blender 2024-04-05 08:05:07 +02:00
4cb1d7242a Tests: extend ghash performance tests to cover blender::Map
Aras Pranckevicius merged pull request blender/blender#120252 2024-04-05 08:05:06 +02:00
Tests: extend existing ghash performance tests to cover blender::Map too
Aras Pranckevicius created pull request blender/blender#120252 2024-04-04 13:39:30 +02:00
Tests: extend existing ghash performance tests to cover blender::Map too
Aras Pranckevicius pushed to hash_perf_tests at aras_p/blender 2024-04-04 13:30:39 +02:00
222f0fe918 Tests: Rename ghash_performance -> map_performance
bb025bdfef Tests: update ghash performance tests to test blender::Map equivalent
b47b28a723 Cleanup: use more C++ constructs in ghash perf test
7e9f7320e4 Cleanup: spelling in comments & comment blocks
82904454b4 Docs: tweak help text & correct punctuation
Compare 10 commits »
Aras Pranckevicius created branch hash_perf_tests in aras_p/blender 2024-04-04 13:30:39 +02:00
Aras Pranckevicius commented on issue blender/blender#120219 2024-04-04 06:04:32 +02:00
Wavefront OBJ exporter does not de-duplicate some UVs

Yeah as far as I can tell, the C++ OBJ exporter does not "deduplicate" the UVs. Why, I don't quite know, someone wrote the code like that.

However, a good question is, is that worth doing at…

Aras Pranckevicius commented on issue blender/blender#120100 2024-04-03 17:28:12 +02:00
EEVEE-Next: Reduce longer compilation time

Multithread compilation. If we use shaderc (and optionally spirvcross) to compile the shader, then it becomes easier to precompile the shaders in many threads without needing GL contexts.

I'm…

Aras Pranckevicius deleted branch dxt_comments from aras_p/blender 2024-04-03 17:13:00 +02:00
Aras Pranckevicius merged pull request blender/blender#120210 2024-04-03 17:12:58 +02:00
Cleanup: comment why DDS DXT/S3TC needs power of two sizes, and clearer log message
Aras Pranckevicius pushed to main at blender/blender 2024-04-03 17:12:58 +02:00
b3ea1e75dc Cleanup: comment why DDS DXT/S3TC needs power of two sizes, and clearer log message
Aras Pranckevicius pushed to dxt_comments at aras_p/blender 2024-04-03 17:11:31 +02:00
5458cf07e1 Comment style
Aras Pranckevicius created pull request blender/blender#120210 2024-04-03 16:04:56 +02:00
Cleanup: comment why DDS DXT/S3TC needs power of two sizes, and clearer log message
Aras Pranckevicius pushed to dxt_comments at aras_p/blender 2024-04-03 16:02:59 +02:00
9f5f6b2f90 Cleanup: comment why DDS DXT/S3TC needs power of two sizes, and clearer log message
fd7e74aa23 Compositor: Retain alpha in Color to Vector conversion
658eba4b2e Fix #119966: File rename fails on Mac with certain filesystems
16a1c2e33f Fix error copying a grease pencil strokes fill opacity
cbee0f5477 cppcheck: update the checking utility to resolve issues in source/
Compare 10 commits »
Aras Pranckevicius created branch dxt_comments in aras_p/blender 2024-04-03 16:02:59 +02:00
Aras Pranckevicius commented on issue blender/blender#119823 2024-04-03 07:09:08 +02:00
Obj import generate some not valid meshes

So this should be fixed by #120159, right?

Aras Pranckevicius merged pull request blender/blender#120184 2024-04-03 05:57:09 +02:00
Fix the alignment issue caused by fix for #120077
Aras Pranckevicius pushed to main at blender/blender 2024-04-03 05:57:09 +02:00
eca8e5d4b3 Fix: Video alignment issue caused by fix for #120077