Compositor: add new node: Kuwahara filter #107015

Merged
Habib Gahbiche merged 22 commits from zazizizou/blender:com-kuwahara-filter-node into main 2023-06-08 16:14:51 +02:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 401ea11d47 - Show all commits

View File

@ -3,10 +3,12 @@
* SPDX-License-Identifier: GPL-2.0-or-later */
#include "COM_SMAAOperation.h"
#include "BKE_node.hh"
#include "COM_SMAAAreaTexture.h"
#include "BKE_node.hh"
extern "C" {
#include "IMB_colormanagement.h"
}
namespace blender::compositor {