Can I read previous actions from Info Area or History?

If there are some actions registered in the Info area, could I read them in some way or another? Or perhaps in history?

2020-10-03 19_28_38-Blender

You could copy the content of the Info area with something like this.

1 Like

This returns last executed operator:
context.window_manager.operators[-1]

1 Like

@Oskar and @Yashar great, these will work fine. :slight_smile:

2 Likes