No subject


Fri Aug 18 06:37:21 CEST 2017


that PyArg_Parse("fff", ...) is used to parse a tuple,
which causes the above error. So this should either be
changed to use PyArg_ParseTuple() instead or change it
to PyArg_Parse("(fff)", ...)

This is not only the case for drot, but also size and
dsize. The size attribute could however call setSize()
similar to what is done for some other attributes like
using setDeltaLocation() for dloc. And of course
adding setDeltaRotation() & setDeltaSize() or
something like that would also be an option.

Alfredo

__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com



More information about the Bf-python mailing list