Aras Pranckevicius aras_p
Aras Pranckevicius created pull request blender/blender#127689 2024-09-16 12:35:00 +02:00
Fix #127654: Video Deinterlace option does not work in some cases
Aras Pranckevicius created branch video_deinterlace_fix in aras_p/blender 2024-09-16 12:34:15 +02:00
Aras Pranckevicius pushed to video_deinterlace_fix at aras_p/blender 2024-09-16 12:34:15 +02:00
28cf6125dc Fix #127654: Video Deinterlace option does not work in some cases
019bc5127a Overlay-Next: Xray Outline
11b07cf309 Overlay-Next: Motion Path
8345ebc704 Fix batch renaming object data from the outliner
68a6317207 Fix: build fails when experimental features are disabled
Compare 10 commits »
Aras Pranckevicius commented on issue blender/blender#127654 2024-09-16 09:52:10 +02:00
Regression: Deinterlace checkbox makes video invisible

@kubriel-4 @iss @PratikPB2123 can any of you attach some sample video file you used for testing, that shows the problem? I tried on several I have here, can't reproduce. I suspect it might be…

Aras Pranckevicius commented on issue blender/blender#127646 2024-09-15 21:32:12 +02:00
OBJ Importer: Active Vertex Colors Missing when exporting Object

Right, but there's no bug in the OBJ importer, correct?

Aras Pranckevicius pushed to math_vector_debug_perf at aras_p/blender 2024-09-15 21:28:25 +02:00
9b142b7026 Suppress false positive gcc warning
Aras Pranckevicius pushed to math_vector_debug_perf at aras_p/blender 2024-09-15 21:12:16 +02:00
14abdddb42 Suppress false positive gcc warning
Aras Pranckevicius commented on issue blender/blender#127646 2024-09-15 20:50:34 +02:00
OBJ Importer: Active Vertex Colors Missing when exporting Object

So there's no issue with OBJ importer, it was just a misunderstanding of glTF exporter options?

Aras Pranckevicius pushed to math_vector_debug_perf at aras_p/blender 2024-09-15 20:42:34 +02:00
54ea9996c0 Cleanup unneeded changes
Aras Pranckevicius pushed to math_vector_debug_perf at aras_p/blender 2024-09-15 20:37:58 +02:00
c6a0077088 Factor out all the vector math "unrolling" macros into a separate file BLI_math_vector_unroll.hh
Aras Pranckevicius commented on pull request blender/blender#127544 2024-09-13 15:27:57 +02:00
WM: improve thumbnail scaling performance (debug builds)

Even ignoring the whole "C++ math library is slow in debug builds" thing, another orthogonal note: right now this creates two thumbnails, both from the large image (regular and 2x larger one). You…

Aras Pranckevicius created pull request blender/blender#127577 2024-09-13 14:46:27 +02:00
BLI: improve 2/3/4d vector codegen for debug or asserts-enabled builds
Aras Pranckevicius created branch math_vector_debug_perf in aras_p/blender 2024-09-13 14:39:19 +02:00
Aras Pranckevicius pushed to math_vector_debug_perf at aras_p/blender 2024-09-13 14:39:19 +02:00
f197df51b9 BLI: improve 2/3/4d vector codegen for debug or asserts-enabled builds
e067bf7cf6 Overlay-Next: Paint Overlay
044d20fe46 glTF importer: Fix light spot default values check
4c441c1c64 glTF exporter: fix accessor min/max float check
33dd8dbdac Cycles: simplify fmodf(c, 1.0f) to fractf(c) in hsv node
Compare 10 commits »
Aras Pranckevicius commented on pull request blender/blender#127544 2024-09-13 10:28:37 +02:00
WM: improve thumbnail scaling performance (debug builds)

Let me try to play around with sprinkling some if constexpr (Size == 4) code paths inside BLI_math_vector_types.hh and see how it affects Debug performance, ok? Since if that helps (even if…

Aras Pranckevicius commented on pull request blender/blender#127544 2024-09-13 09:00:44 +02:00
WM: improve thumbnail scaling performance (debug builds)

It's a good question whether thumbnails need a full-on "box" filter, or whether they can use Bilinear or even Nearest filter.

Aras Pranckevicius commented on pull request blender/blender#127544 2024-09-13 05:54:28 +02:00
WM: improve thumbnail scaling performance (debug builds)

Huh, that's interesting. In the PR where I "updated" IMB scaling code (blender/blender#126390), I did not change what filters are used or their mathematical…

Aras Pranckevicius deleted branch build_64bit_msg from aras_p/blender 2024-09-12 14:50:34 +02:00