I have a list that I want to update when objects have been added or deleted from the Maya scene.
Is there some kind of global event or perhaps an Outliner event that fires when a change like this happens?
I found the scriptJob event "DagObjectCreated" for when an object is added but I can't find the equivalent for when an object is removed.
I am working in PyMel. Thank you!
