Habib Gahbiche zazizizou
  • Joined on 2015-02-21
Habib Gahbiche pushed to com-outputfile at zazizizou/blender-manual 2023-05-28 08:51:55 +02:00
4012860b83 Compositor: output node remove note that z-depth can be saved
Habib Gahbiche created branch com-outputfile in zazizizou/blender-manual 2023-05-28 08:51:55 +02:00
Habib Gahbiche created repository zazizizou/blender-manual 2023-05-28 08:48:51 +02:00
Habib Gahbiche commented on issue blender/blender#107265 2023-05-18 20:16:29 +02:00
Fileoutput Node does not export Z-Depth in 'singlepass' EXR from Compositor

Thanks for reporting @Ctcnick

I was looking into fixing this but I am not sure how the solution should look like. There is no way for the output file node to know where to get the z-information…

Habib Gahbiche commented on issue blender/blender#107931 2023-05-14 23:11:21 +02:00
Compositor: Math node operates on one channel only

The way I'm thinking is I am not applying a scalar on an image, I am adding an image to another image.

It's also not clear to me what channel was selected for the math operation. I would…

Habib Gahbiche opened issue blender/blender#107931 2023-05-14 22:49:21 +02:00
Compositor: Math node operates on one channel only
Habib Gahbiche pushed to com-kuwahara-filter-node at zazizizou/blender 2023-05-13 13:28:20 +02:00
b2c3e604de Fixed failing assert caused by typo in width and height
Habib Gahbiche commented on pull request blender/blender#107015 2023-05-13 13:17:26 +02:00
Compositor: add new node: Kuwahara filter

@Sergey @SimonThommes Thanks for looking into the patch!

Isn't the number of regions dependent on a frame? So not sure how we can solve it by a static limit. Also, don't think I've touched…

Habib Gahbiche pushed to com-kuwahara-filter-node at zazizizou/blender 2023-05-13 13:17:14 +02:00
f5a92f9fd6 Addressed comments in review & Code style changes
9890951544 Merge remote-tracking branch 'origin/main' into com-kuwahara-filter-node
7495a1dee1 Fix #98475: Full frame compositor: File Output node using EXR-Multilayer is broken
36983fb5e4 Geometry Nodes: Add 'Signed Distance' input node
8a9f3b2a68 Shader Nodes: Move socket defaults to node declaration
Compare 137 commits »
Habib Gahbiche commented on pull request blender/blender#107015 2023-05-13 13:14:38 +02:00
Compositor: add new node: Kuwahara filter

This did solve it, thanks!

Habib Gahbiche deleted branch com-fix-exr-fullframe-export-98475 from zazizizou/blender 2023-05-11 21:02:07 +02:00
Habib Gahbiche pushed to main at blender/blender 2023-05-11 21:02:04 +02:00
7495a1dee1 Fix #98475: Full frame compositor: File Output node using EXR-Multilayer is broken
Habib Gahbiche closed issue blender/blender#98475 2023-05-11 21:01:54 +02:00
Full frame compositor: File Output node using EXR-Multilayer is broken
Habib Gahbiche merged pull request blender/blender#107709 2023-05-11 21:01:52 +02:00
Fix #98475: Full frame compositor: File Output node using EXR-Multilayer is broken
Habib Gahbiche commented on pull request blender/blender#107709 2023-05-07 18:04:30 +02:00
Fix #98475: Full frame compositor: File Output node using EXR-Multilayer is broken

Not sure this is by design or not. Can node socket datatype (not operation datatype) change at runtime?

Habib Gahbiche created pull request blender/blender#107709 2023-05-07 18:01:40 +02:00
Fix #98475: Full frame compositor: File Output node using EXR-Multilayer is broken
Habib Gahbiche pushed to com-fix-exr-fullframe-export-98475 at zazizizou/blender 2023-05-07 18:00:00 +02:00
4520c8d2a1 Add comment: inputs always have 4 channels
Habib Gahbiche created branch com-fix-exr-fullframe-export-98475 in zazizizou/blender 2023-05-07 17:57:28 +02:00
Habib Gahbiche pushed to com-fix-exr-fullframe-export-98475 at zazizizou/blender 2023-05-07 17:57:28 +02:00
9743631a86 Fix #98475: Full frame compositor: File Output node using EXR-Multilayer is broken
f7d3115d97 Cleanup: replace BLI_strncpy with memcpy when the size is known
0d1362bfd7 Cleanup: spelling in comments
df54b627b3 Cleanup: use of the term 'len' & 'maxlen'
5abb3c96cf UV: Add pinned island support to uv packer
Compare 10 commits »
Habib Gahbiche commented on pull request blender/blender#107015 2023-05-06 22:41:48 +02:00
Compositor: add new node: Kuwahara filter

@blender-bot package