RSS/Atom feed Twitter
Site is read-only, email is disabled

How to implement dependent inputs in GEGL.

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

How to implement dependent inputs in GEGL. Akash Hiremath 28 Apr 12:29
Akash Hiremath
2015-04-28 12:29:35 UTC (almost 9 years ago)

How to implement dependent inputs in GEGL.

Hi all,

I'm porting an operation from older Gimp version to gegl. I have implemented the core operation and even tested it. its working fine. But I have this situation, where one of the input depends on the other input.
so changing one of them should affect the other value. how can I achieve this in gegl ?
and those are not pair input like x-axis and y-axis, where changing one affect the other. Both inputs have different units.

~ akash-akya