Habib Gahbiche zazizizou
  • Joined on 2015-02-21
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

Habib Gahbiche commented on pull request blender/blender#107015 2023-05-06 22:35:57 +02:00
Compositor: add new node: Kuwahara filter

@Sergey it was easier to have a naive implementation for tiled compositor than figuring out how to hide the node without causing problems with versioning, so I did that : ).

I am running…

Habib Gahbiche pushed to com-kuwahara-filter-node at zazizizou/blender 2023-05-06 22:20:24 +02:00
b015e78a96 Merge remote-tracking branch 'origin/main' into com-kuwahara-filter-node
f0780f9315 Tiled implementation and eliminated artefacts
07dfc6eccc LibOverride: Further fixes/improvements to partial recursive resync process.
40d79e3d2b LibOverride: Fix/Improve partial resync detection code.
370a2bb416 LibOverride: Resync: Do not ignore embedded IDs in hierarchy processing.
Compare 312 commits »
Habib Gahbiche commented on pull request blender/blender#107015 2023-05-06 18:22:31 +02:00
Compositor: add new node: Kuwahara filter

This doesn't seem to work. User can still set values outside the specified range. This is also the case for Vector Blur. Is there another way to specify UI range?

Habib Gahbiche commented on pull request blender/blender#107015 2023-05-01 17:42:17 +02:00
Compositor: add new node: Kuwahara filter

@blender-bot package

Habib Gahbiche pushed to com-kuwahara-filter-node at zazizizou/blender 2023-05-01 17:40:44 +02:00
b76e5025bf Changed defaults and parameter naming after user feedback
Habib Gahbiche commented on pull request blender/blender#107015 2023-04-30 07:58:11 +02:00
Compositor: add new node: Kuwahara filter

@blender-bot package windows

Habib Gahbiche pushed to com-kuwahara-filter-node at zazizizou/blender 2023-04-30 07:52:10 +02:00
104f744ed6 Select region based on luminance instead of single channel values
Habib Gahbiche commented on pull request blender/blender#107015 2023-04-26 20:52:20 +02:00
Compositor: add new node: Kuwahara filter

@blender-bot package windows

Habib Gahbiche pushed to com-kuwahara-filter-node at zazizizou/blender 2023-04-25 19:30:34 +02:00
6a0c0a804d Merge remote-tracking branch 'origin/main' into com-kuwahara-filter-node
f9d1d30123 Merge remote-tracking branch 'origin/main' into com-kuwahara-filter-node
bd12c2bd8e Compositor Kuwahara filter: Implement anisotropic variation
239af1705d Fix #102594: USD Import: mask multiple prim paths.
cbcf9058cd Fix (unreported) potential missing deletion of some linked liboverrides during resync.
Compare 288 commits »
Habib Gahbiche commented on pull request blender/blender#107015 2023-04-23 21:07:29 +02:00
Compositor: add new node: Kuwahara filter

Thanks for looking into the patch @Sergey! As you noticed this is still work in progress, so it was not really ready for code review. I will upload my progress with the anisotropic filter soon. I am planning small changes to file structure and will address your comments in a separate patchset

Habib Gahbiche commented on pull request blender/blender#107015 2023-04-23 21:04:56 +02:00
Compositor: add new node: Kuwahara filter

Right, the compiler shows a warning indeed. I was trying to understand where defaults get set. Will fix later

Habib Gahbiche commented on pull request blender/blender#107015 2023-04-23 21:03:35 +02:00
Compositor: add new node: Kuwahara filter

This is a stub implementation. I was just making sure I understood the channel ordering correctly. Will remove to avoid confusion.

Habib Gahbiche pushed to com-kuwahara-filter-node at zazizizou/blender 2023-04-18 16:36:15 +02:00
f8c4f1a0e1 Use fixed size arrays instead of std::vector / clang-format
Habib Gahbiche pushed to com-kuwahara-filter-node at zazizizou/blender 2023-04-18 11:19:27 +02:00
961b514570 Implement multi-threaded classical kuwahara filter
Habib Gahbiche pushed to com-kuwahara-filter-node at zazizizou/blender 2023-04-16 23:35:03 +02:00
9f6ef78206 Merge remote-tracking branch 'origin' into com-kuwahara-filter-node
41e5526372 Remove debug output and set alpha = 1 for demo
9d4949f80b Cleanup: Reduce nesting in node.cc
de7e3454fb UI: Capabilities Flag for Clipboard Image copy/paste
254d148458 Fix: PLY export behavior with multiple meshes
Compare 13 commits »