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

I still think it's worth doing "something" about this on blender side. The code already works around various oddities wrt OBJ/MTL things that are not strictly "correct" but found in the real…

Aras Pranckevicius reopened issue blender/blender#120499 2024-04-11 09:07:46 +02:00
OBJ: MTL files that have "Ni 0" are displayed as gray since Blender 4.0
Aras Pranckevicius commented on issue blender/blender#120174 2024-04-11 08:58:24 +02:00
GPU: API Redesign (high level)

Possibly naive comment from the outside (I might be talking complete nonsense, in which case just tell me to shut up :)):

  • My impression is that the reason why "big engines" are doing Render…
Aras Pranckevicius approved blender/blender#120450 2024-04-11 05:56:23 +02:00
VSE: Implement Snapping to Markers

Looks good to me (but, I know nothing about VSE editing code, so not sure if my opinion is valid :))

Aras Pranckevicius commented on pull request blender/blender#120450 2024-04-11 05:55:48 +02:00
VSE: Implement Snapping to Markers

Minor: could this be const Scene *?

Aras Pranckevicius commented on issue blender/blender#120488 2024-04-11 05:52:11 +02:00
Importing a .ply file crashes Blender 4.0

I'll investigate

Aras Pranckevicius deleted branch hash_perf_tests from aras_p/blender 2024-04-05 08:05:08 +02:00
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 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 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 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