<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I am trying, to read in python, the list of operations performed on a layer in edition, in the order of realization. I can read from the editbuffer, the list of add, deletes and changes, but, I need to be able to access these operations in order. </div><div dir="ltr">In principle, I see that in the undoStack there would be the list of commands, in the order of performed, but, I need to link, to each of these commands, with the id's present in the corresponding lists in the editbuffer. </div><div dir="ltr">Can you give me a clue? </div><div dir="ltr">I see that the undostack, has the list of commands for each layer, but, I can not find how they can be related, from python, with the corresponding lists in editbuffer.</div><div dir="ltr"><br></div><div>Thanks</div><div><br></div><div>jorge infante</div></div></div></div>