Waiting for Sketchup.send_action to complete before continuing

It happens when animating from one scene page to another. SketchUp did not wait until the transition was done. The image was a view in the middle of the transition. And then SketchUp also would not wait to reset the view.

This is a bit different, as there are no scene pages involved.

I’ve actually modified my sample and removed the ViewObserver and got a working plugin.

The strangest thing is that the user never sees any change in the viewpoint. It is like the write_image method is doing everything transparently in memory. If I didn’t check the directory for the written file, I’d think that nothing happened.