NatronGitHub / openfx-gmic

OpenFX wrapper for the G'MIC framework
Other
22 stars 9 forks source link

Allow two input layers for Artistic/Stylize #5

Open SmiVan opened 3 years ago

SmiVan commented 3 years ago

G'MIC's Artistic/Stylize can work on two layers, where top can be stylized as bottom or the other way around.

The node for the Artistic/Stylize filter should also have the option take in two inputs and map them to these layers, like in Colors/CLUT from After - Before Layers, or other multi-layer filters.

P.S. Is this the right repository for this? I don't understand the repo structuring for Natron very well.

artistlibre commented 1 year ago

Hi, I tried several blog posts and tutorials. There's no specific tutorial that addresses G'MIC's Artistic/Stylize plugin in Natron. How can I access layers in Natron?

rodlie commented 1 year ago

https://github.com/NatronGitHub/openfx-gmic/blob/0b14f2d1eede7a345124655c22f0eac4957f83df/Helpers/gmic_parser.cpp#L403

Multilayer in openfx-gmic is only enabled if the description mentions layers, not a good solution imho.