On 03/05/2016 at 06:46, xxxxxxxx wrote:
I have a Objectdata plugin (OBJECT_GENERATOR) with handles.
I use these handles to deform an object.
Only, when I drag the handles, the scene is not update.
I tried to update the scene using DrawViews(), but that did not work.
What should I do to update the scene while dragging handles?
I did look at RoundedTube, that updates the scene during dragging, but that did not give any clues how to solve it.
Note: In GetVirtualObjects, I create the object and insert it directly into the scene (after first deleting the previous created one). Thus the object is not inserted using the return of GetVirtualObjects.
-Pim