Habib Gahbiche zazizizou
  • Joined on 2015-02-21
8c87984cd1 Cleanup: make format
76b78c8eaf Use update_memory_buffer_partial only for clarity
9aa3c1ca4f Merge remote-tracking branch 'origin/main' into com-unify-size-inference-complex-nodes
598a48054b Cleanup: correct & improve MLoopTri struct comment
e23b8eeb42 BLI: destruct non-trivial types after using remove_if
efc1094d6a Metal: Enable Shader Validation on Buildbot
Compare 308 commits »
Habib Gahbiche commented on pull request blender/blender#115733 2023-12-17 11:54:15 +01:00
Fullframe compositor: unify size inference with GPU compositor part 2

Sure, if it's more clear to you I can move the code to update_memory_partial

Habib Gahbiche pushed to com-unify-translate at zazizizou/blender 2023-12-12 11:53:46 +01:00
efd77b3c8f Cleanup: use snake_case for get_delta_x
Habib Gahbiche pushed to com-unify-translate at zazizizou/blender 2023-12-12 11:45:31 +01:00
1faf5e0aa0 Merge remote-tracking branch 'origin/main' into com-unify-translate
dd5dfad300 Cleanup: use snake_case for method naming
598a48054b Cleanup: correct & improve MLoopTri struct comment
e23b8eeb42 BLI: destruct non-trivial types after using remove_if
efc1094d6a Metal: Enable Shader Validation on Buildbot
Compare 146 commits »
Habib Gahbiche opened issue blender/blender#116037 2023-12-11 14:00:18 +01:00
Viewport compositor: Corner pin node: output plane contains non black and white values
Habib Gahbiche commented on issue blender/blender#115780 2023-12-08 16:55:02 +01:00
Regression: Compositor Split node with only colors does not work (in 3DView, compositor backdrop is fine)

@persun Do you have a practical use case in mind where the behavior you describe is useful? Otherwise I'd suggest to close this report...

Habib Gahbiche commented on issue blender/blender#115877 2023-12-08 16:27:54 +01:00
Composer's 'Translate' node shows random pixels when used in 3-component images

I can't reproduce this with Fullframe or GPU compositor. I think we can lower the priority because it will get fixed in the next release where we plan to make the fullframe compositor the default…

Habib Gahbiche created pull request blender/blender#115947 2023-12-08 16:10:44 +01:00
Full frame Compositor: Unify relative translate behavior with GPU compositor
Habib Gahbiche pushed to com-unify-translate at zazizizou/blender 2023-12-08 16:08:14 +01:00
2ef6d2a9f5 Full frame Compositor: Unify relative translate behavior with GPU compositor
f4bc01b6b7 Refactor: Refactor nla_strip_get_color_inside method
3c476979b1 Cleanup: Resolve mix of bool and char warning
89f7dc9cbe Fix #115779: Compositor Split node factor 0 still shows the other image
b006bfe10b Fix: EEVEE-Next: Deferred tile stencil compilation
Compare 10 commits »
Habib Gahbiche created branch com-unify-translate in zazizizou/blender 2023-12-08 16:08:14 +01:00
Habib Gahbiche commented on issue blender/blender#94845 2023-12-07 23:29:17 +01:00
Compositor artifacts from image wrapping

I can't reproduce this in Fullframe and GPU compositors. So I don't think we should spend time on this since the plan is to have the fullframe compositor ready for the next release.

Habib Gahbiche pushed to main at blender/blender 2023-12-07 18:11:01 +01:00
89f7dc9cbe Fix #115779: Compositor Split node factor 0 still shows the other image
Habib Gahbiche closed issue blender/blender#115779 2023-12-07 18:11:00 +01:00
Compositor Split node factor 0 still shows the other image
Habib Gahbiche deleted branch fix-split-node-0-percent from zazizizou/blender 2023-12-07 18:10:59 +01:00
Habib Gahbiche merged pull request blender/blender#115844 2023-12-07 18:10:57 +01:00
Fix #115779: Compositor Split node factor 0 still shows the other image
Habib Gahbiche commented on pull request blender/blender#115733 2023-12-06 20:22:56 +01:00
Fullframe compositor: unify size inference with GPU compositor part 2

My understanding is no, because constant folding changes inputs only. The output buffer still has the same size as render size, so update_memory_buffer_partial gets called multiple times for a…