01-16-2019, 10:06 PM
I have two questions regarding Python-fu plugin user interfaces.
1. Let say I am integrating two or more algorithms into my plugin. The user choose the algorithm with the PF_OPTION control. I would like the plugin user interface to update itself by hiding or making visible certain UI controls. Is it possible to achieve this behaviour with Python-fu? If not, is there any way to achieve something like this with any other tool?
2. An image is worth a thousand words. Instead of showing a PF_OPTION with a list of names trying to describe the output effect, is it possible to have a PF_OPTION showing a list of example pictures of the effects? I'm not interested in generating a preview!!!
1. Let say I am integrating two or more algorithms into my plugin. The user choose the algorithm with the PF_OPTION control. I would like the plugin user interface to update itself by hiding or making visible certain UI controls. Is it possible to achieve this behaviour with Python-fu? If not, is there any way to achieve something like this with any other tool?
2. An image is worth a thousand words. Instead of showing a PF_OPTION with a list of names trying to describe the output effect, is it possible to have a PF_OPTION showing a list of example pictures of the effects? I'm not interested in generating a preview!!!