Hi guys, I'm developing an (effect) extension using Tkinter for the GUI. The extension works well but I cannot do anything else with Inkscape while the extension is open because the dialog is modal...so the question is: is it possible to write asynchronous extensions? Many thanks
Hi guys, I'm quite new in scripting extension and I have some questions: I'd like to change the extension interface interactively, for example: -If i set a value for an option I want to show/hide some value for another one -I'd like to show the values for an option based on the selected SVG. I seeme...