[Bf-python] Did .setEuler change between 2.32 and 2.33?

Joseph Gilbert models at paposo.com
Thu May 6 03:31:51 CEST 2004


Yes that's what I was thinking too. :) Thank stephen.

-----Original Message-----
From: bf-python-admin at blender.org [mailto:bf-python-admin at blender.org]On
Behalf Of Stephen Swaney
Sent: Wednesday, May 05, 2004 1:47 PM
To: bf-python at blender.org
Subject: Re: [Bf-python] Did .setEuler change between 2.32 and 2.33?


Joseph Gilbert wrote:
>
> Yep. Originally this function took a f,f,f or a [f,f,f]. The mathutils lib
> now has support for real eulers so this function now takes either [f,f,f],
> or PyEuler type. I didn't continue the support for f,f,f, because it is
> looking for 1 object not three. However, I think that this could be
> reimplemented as f,f,f, [f,f,f] or PyEuler if the ParseTuple var is "O|ff"
> (now that I think about it. I'll see if I can change it :)

I believe our goal, not always achieved, was to maintain
backward compatibility.  At least up to some point where
we change over.

I was playing with this late last night, but decided
not to do a checkin at 2am.  One possible solution is this:

--
Stephen Swaney
sswaney at swbell.net




More information about the Bf-python mailing list