Block a user
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…
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…
Compositor: Math node operates on one channel only
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…
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
Habib Gahbiche
deleted branch com-fix-exr-fullframe-export-98475 from zazizizou/blender
2023-05-11 21:02:07 +02:00
Full frame compositor: File Output node using EXR-Multilayer is broken
Fix #98475: Full frame compositor: File Output node using EXR-Multilayer is broken
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?
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