Block a user
Fix: Build error with Audaspace turned on
Habib Gahbiche
created branch fix-build-with-audaspace-on in zazizizou/blender
2023-09-05 19:48:57 +02:00
Habib Gahbiche
pushed to fix-build-with-audaspace-on at zazizizou/blender
2023-09-05 19:48:57 +02:00
d04f3234d8
Fix: Build error with Audaspace turned on
fdda220a64
FIx: Workbench: Texture-less materials in texture mode
df26271db4
Fix NaN in Principled Huang Hair
sphg_dir()
d5b9127e1b
Fix: free BoneCollection ID props when the collection is freed
71b4a97cbc
Refactor: De-duplicate Metal RT self intersection checks
1850383c77
Fix tests not passing in release mode
d1aed80385
Merge remote-tracking branch 'origin/main' into com-kuwahara-sat
02736d28cd
Fix error batch renaming light probes
644297cc6e
Cleanup: Remove mistanly committed timer
646b3555ff
Cleanup: Use C++ Set for expand snap enabled face sets
Cleanup: use TESTS instead of TEST for WITH_COMPOSITOR_REALTIME_TESTS
GPU: Add support for memoryless textures
This seems to break build on mac, see https://builder.blender.org/admin/#/builders/9/builds/11993. Could you have a look?
396f034689
cleanup: comments
996eec154d
Merge remote-tracking branch 'origin/main' into com-kuwahara-sat
5f9149fa37
Correct declaration in header file
30de3d7c1a
EEVEE-Next: Move LUT to C++ and eevee-next folder
8fe1ec100b
BLI: Math: Allow vector of 1 component
Speedup classic Kuwahara filter by summed area table
I looked into the GPU implementation. The problem was the definition of "area" for SAT. In my implementation I assumed the last element of area is not inclusive (the same way image[height]
is…
Speedup classic Kuwahara filter by summed area table
I looked into the GPU implementation. The problem was the definition of "area" for SAT. In my implementation I assumed the last element of area is not inclusive (the same way image[height]
is…
Speedup classic Kuwahara filter by summed area table
@OmarEmaraDev such cases (area of 1 line or column at image border) yield wrong results using SAT implementation ported from GPU.
Cleanup: use TESTS instead of TEST for WITH_COMPOSITOR_REALTIME_TESTS
Cleanup: i18n remove extraction macro from Kuwahara node
No, I searched manually for the remaining nodes. Is this change undesired?
b00ee718ae
Cleanup: use TESTS instead of TEST for WITH_COMPOSITOR_REALTIME_TESTS
c02f2f4947
Fix #109454: Snapping from Tools doesn't work if Depth option is not
Surface
baa8f663a2
Fix (unreported) nullptr access in BKE_fcurve_handles_recalc_ex
5da64ff596
Fix #111355: Crash when calling operator 'TEXT_OT_save'
9269afda59
Fix VSE strip text crashing on assert
162d7d500b
Fix build error caused by merge
f9a3362023
Merge remote-tracking branch 'origin/main' into com-kuwahara-sat
4ad34194ed
Finalize SAT for tiled compositor
b25b13a90b
Fix #111278: UI Text Extension of Selection
5a8cb665e0
Cleanup: various non-functional C++ changes