How do I update a deformed object?

I have a curve deformer that I am manipulating with Python. The curve itself updates fine but the object it deforms does not. I’ve tried all sorts of redraw and update commands but they don’t update the deformed object.

The annoying thing is that as soon as I do anything to the object like move it slightly or tab into editmode and back, it updates correctly. Even if I just press any of the transform keys.

Sounds like a bug… try to submit it a blender.org bugtraq

Stefano

Thanks s68. I see someone already noted this:

http://projects.blender.org/tracker/index.php?func=detail&aid=2200&group_id=9&atid=125

The workaround is fine ;).