d-j-a-y / Gimp2Synfig

fork of synfigexport.py - Gimp python fu plugin for exporting to Synfig Studio file format (.sifz)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do I need to set permission on synfigfu.py too?

BarbzYHOOL opened this issue · comments

commented

I have chmod +x *.py all my python plugins but as soon as i did that, synfig returned an error in console such as:

synfigfu !
*do nothing API*
(draft proof of concept mode used by synfigexport.py Gimp to Synfig plugins)

synfig object (version : 0.0 - draft)
gimp-2.10: LibGimpBase-AVERTISSEMENT: gimp-2.10: gimp_wire_read(): error

So I removed the permission (x bit) on that file and I could export. I thought that maybe this file is only called/read by synfigexport.py

can you enlighten me @d-j-a-y ? thx

commented

Ok so no need to make it executable. Thanks!