Is there any way to check if transform operator is finished?
Posted: Thu Oct 24, 2013 12:00 pm
Hi,
I wonder if there is any way to check if transform operator is finished?
I mean when user press G,S,R or use gizmo to transform object.
There is scene_update_post but it's called way too often and when script have to do something what takes time gui gets choppy.
I just need way to get informed when operator is finished and then check if objects are updated.
I wonder if there is any way to check if transform operator is finished?
I mean when user press G,S,R or use gizmo to transform object.
There is scene_update_post but it's called way too often and when script have to do something what takes time gui gets choppy.
I just need way to get informed when operator is finished and then check if objects are updated.