spakin / SimpInkScr

Simple Inkscape Scripting
https://inkscape.org/~pakin/%E2%98%85simple-inkscape-scripting
GNU General Public License v3.0
321 stars 32 forks source link

Loaded file settings affect textbox code #21

Closed peterennis closed 2 years ago

peterennis commented 2 years ago

Fill is carried over from loaded script into the textbox code.

Related: https://github.com/spakin/SimpInkScr/issues/20

Screenshot 2021-12-29 154826

spakin commented 2 years ago

This behavior is as intended. The idea is that one can encode a bunch of common function definitions and parameter settings in a Python file then write a few lines of code in the Python code box that relies on those definitions and settings.