On Sun, May 06, 2018 at 04:50:16PM +0200, niilos wrote: > Hey, > > So I wrote my first python scribus script that is very similar to those > you sent to me?! I don?t know how to retrive the attributes of an object > (didn?t find the documentation). Is it possible?? If it is not I will > have to use the object?s name to store the URL !
Try those python functions: getObjectAttributes() setObjectAttributes() PS: there is currently typo in help for setObjectAttributes() function where it is named seObjectAttributes()
