- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
@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…
Right, but there's no bug in the OBJ importer, correct?
So there's no issue with OBJ importer, it was just a misunderstanding of glTF exporter options?
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…
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…
It's a good question whether thumbnails need a full-on "box" filter, or whether they can use Bilinear or even Nearest filter.
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…