Hello,
I am making a Command plugin and would like to listen to C4D's selection events to find the new active objects. Is this possible? I have seen examples of plugins that listen to C4D events, but they are MessageData plugins. I don't see an object selection event in GeDialog:CoreMessage.
The events I am seeing from CoreMessage on selection are c4d.EVMSG_CHANGE
and c4d.EVMSG_DOCUMENTRECALCULATED
, but these are happening with every mouse click.
May I please ask how would this be done?
Thank you!