2.54 Broke My Script.

Hi All,

I really felt like I was making progress with my conversion to 2.5 but once again, another release has produced another change in the API and my script is broken.

Here are the new object types in 2.54:
/uploads/default/original/3X/1/e/1e98f71449faaa307b2a2e3c2282809bca405938.jpgstc=1&thumb=1&d=1284206839

Here they are in 2.53:
/uploads/default/original/3X/1/1/118e3e120cc89ecfdbf824bb8e8abaa15db73919.jpgstc=1&thumb=1&d=1284206839

So what do I do at this point?
How do I track down the new declaration for object based FloatVectorProperty?

can someone come up with a list of changes fro the few last version so we can continue working with 2.54 and up

hope changes are done with cause it’s very difficult to follow !

happy 2.5

bpy.types.Object.foo = bpy.props.FloatVectorProperty(name=‘foo’, …)

Thanks, I’ll give that a try.