Messenger.send logs

Hi all,

I am new to Panda3D and I have a question regarding the messenger.
I would like to make a undo button by reversing actions made by messenger.send calls.
Is there a way to keep a record of all the messenger.send logs?

Thanks in advance! :slight_smile:

Hi, welcome to the community! :slight_smile:

Since messenger.send is used for many things in Panda3D, I think it would be better to keep track of reversible actions in your own class or list. Not every event in Panda3D is user-generated or makes sense to consider as reversible.