Habib Gahbiche zazizizou
  • Joined on 2015-02-21
Habib Gahbiche commented on pull request blender/blender#109878 2023-07-24 21:07:47 +02:00
Realtime Compositor: add regression tests

You can't add compositor nodes if WITH_COMPOSITOR_CPU is OFF, so I think viewport compositor does depend on cpu compositor.

Habib Gahbiche commented on pull request blender/blender#109878 2023-07-24 20:53:14 +02:00
Realtime Compositor: add regression tests

@OmarEmaraDev I thought I would add Sergey as soon as you approve

Habib Gahbiche commented on pull request blender/blender#109878 2023-07-24 20:51:13 +02:00
Realtime Compositor: add regression tests

I didn't solve conflicts properly when merging from main, sorry. Cleanup imports should also be a separate PR. Should be fixed now

Habib Gahbiche pushed to com-realtime-regression-test at zazizizou/blender 2023-07-24 20:45:57 +02:00
839feed903 Remove unrelated changes
Habib Gahbiche commented on pull request blender/blender#109878 2023-07-23 22:09:24 +02:00
Realtime Compositor: add regression tests

@OmarEmaraDev my reasoning for duplicating blend files was 1) duplicate blend files is better than duplicating code and 2) I wanted to remove test cases for unsupported nodes. Looking deeper…

Habib Gahbiche pushed to com-realtime-regression-test at zazizizou/blender 2023-07-23 22:03:45 +02:00
d7f20b38a5 Don't duplicate blend files
4fe64f93cd Merge remote-tracking branch 'origin/main' into com-realtime-regression-test
2ed108cb84 Fix EEVEE: Broken Normals and Transparency
9bf37be99c EEVEE-Next: Fix invalid surfel normals
56bc24aa9b Cycles: Merge OSL Clearcoat closure into microfacet()
Compare 392 commits »
Habib Gahbiche pushed to com-realtime-regression-test at zazizizou/blender 2023-07-10 00:50:13 +02:00
fa99e79c7f Add test cases for matte and distort nodes
Habib Gahbiche created pull request blender/blender#109878 2023-07-09 19:14:23 +02:00
Realtime Compositor: add regression tests
Habib Gahbiche opened issue blender/blender#109869 2023-07-09 14:09:49 +02:00
Viewport compositor: Switch View node not working
Habib Gahbiche opened issue blender/blender#109868 2023-07-09 13:36:26 +02:00
Viewport Compositor: Keying node: output socket "Edges" gives empty image
Habib Gahbiche pushed to com-realtime-regression-test at zazizizou/blender 2023-07-09 11:38:59 +02:00
2b0599e7af Realtime Compositor: add regression tests
c677f791f0 Cleanup: Make format
0b01b7c1fa Sculpt: Fix #109555: More floating point error fixes
3f90bb6a48 Fix transform updating during some navigation operations
b894e90106 EEVEE-Next: Fix shader compilation on Mac
Compare 10 commits »
Habib Gahbiche created branch com-realtime-regression-test in zazizizou/blender 2023-07-09 11:38:58 +02:00
Habib Gahbiche pushed to kuwahara_speedup at Sergey/blender 2023-06-25 19:13:05 +02:00
625592f841 Merge remote-tracking branch 'origin/main' into kuwahara_speedup
9cbe156d6a Fix snap to origin of objects made behind camera
9a4e823f3f Cleanup: minor changes to string join logic
2c214d5bb5 Fix error in recent removal of BLI_strcpy_rlen
f4a65cfe5d BLI_string: remove potentially unsafe BLI_sprintf
Compare 493 commits »
Habib Gahbiche deleted branch com-kuwahara-aniso-lum from zazizizou/blender 2023-06-24 21:39:20 +02:00
Habib Gahbiche merged pull request blender/blender#108858 2023-06-24 21:39:19 +02:00
Compositor: improve edge detection of Kuwahara filter
Habib Gahbiche pushed to main at blender/blender 2023-06-24 21:39:17 +02:00
c8f434e685 Compositor: improve edge detection of Kuwahara filter
Habib Gahbiche commented on pull request blender/blender#108796 2023-06-18 14:59:51 +02:00
Compositor: Speedup anisotropic Kuwahara operation

I had a closer look at the results. I tested with and without the changes from #108858 but the changes from #108858 didn't make much of a difference, so the following comparisons are only between…

Habib Gahbiche deleted branch com-kuwahara-classic-speedup from zazizizou/blender 2023-06-13 22:22:10 +02:00
Habib Gahbiche pushed to main at blender/blender 2023-06-13 22:22:08 +02:00
ab4286f940 Compositor: speedup Kuwahara classic variation