Pablo Gil
Pablo Gil
Well, actually I tried to use it to export individual objects to different .svg but it didn't worked due to an Inkscape bug you have already documented. What would be...
Tested! working perfectly fine here: macOS 12.6.7
> Python version is checked here: > > https://github.com/synfig/synfig/blob/02b4d0835638b6564d1192a2cc930fd4ff466ea7/synfig-studio/src/gui/app.cpp#L4107-L4130 > > > > Python path is retrieved here: > > https://github.com/synfig/synfig/blob/02b4d0835638b6564d1192a2cc930fd4ff466ea7/synfig-studio/src/gui/pluginmanager.cpp#L465-L518 > > > > Do you want me to...
ping @rodolforg ;)
Hi @rodolforg, OK, but, in order to set the environment variable SYNFIG_PYTHON_BINARY to the default macOS one I would need to compile Synfig, right?
finally I solved it by manually downloading and installing Python 3.7 but, new users won't be able to figure this out... Synfig looks to be forced to use an specific...
Hi!, Is enough with that color change or do you prefer to design a whole new one? I would do it if you need it
I've started a conversation in Synfig Forums and we are adding more information that may be useful to solve this issue: https://forums.synfig.org/t/help-text-size/15892
It looks like there is no setting.ini file under macOS... I tried getting it from `/autobuild/gtk-3.0/` folder, edit line `gtk-font-name =Sans 8` to `gtk-font-name =Sans 16` and copy it to...
> The font size is sadly forced in `LayerTree::create_param_tree()` Well, then I guess the request makes sense, could it be configurable in the future? Thanks