mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-03 11:54:20 +01:00
Re-enabled the tonality node.
This commit is contained in:
parent
9375356924
commit
5a92fc871d
@ -136,7 +136,7 @@ sources = [
|
||||
"nodes/gradient/gradient.cpp",
|
||||
"nodes/gradient/circular_gradient.cpp",
|
||||
|
||||
#"nodes/filter/tonality.cpp",
|
||||
"nodes/filter/tonality.cpp",
|
||||
#"nodes/filter/swap_channels.cpp",
|
||||
#"nodes/filter/quantize.cpp",
|
||||
#"nodes/filter/math.cpp",
|
||||
|
@ -152,8 +152,8 @@ SOFTWARE.
|
||||
#include "nodes/filter/math.h"
|
||||
#include "nodes/filter/quantize.h"
|
||||
#include "nodes/filter/swap_channels.h"
|
||||
#include "nodes/filter/tonality.h"
|
||||
*/
|
||||
#include "nodes/filter/tonality.h"
|
||||
|
||||
static _MMAlgos *_mm_algos_singleton = nullptr;
|
||||
|
||||
@ -327,9 +327,10 @@ void register_material_maker_types() {
|
||||
MMAlgos::register_node_class("Gradient", "MMGradient");
|
||||
ClassDB::register_class<MMCircularGradient>();
|
||||
MMAlgos::register_node_class("Gradient", "MMCircularGradient");
|
||||
/*
|
||||
|
||||
ClassDB::register_class<MMTonality>();
|
||||
MMAlgos::register_node_class("Filter", "MMTonality");
|
||||
/*
|
||||
ClassDB::register_class<MMSwapChannels>();
|
||||
MMAlgos::register_node_class("Filter", "MMSwapChannels");
|
||||
ClassDB::register_class<MMQuantize>();
|
||||
|
Loading…
Reference in New Issue
Block a user