Hello;
I am in the process of writing a tag, and the messages it receives seem to differ from earlier C4D versions (??).
I need to keep up with point changes throughout. That used to be done with either the message MSG_POINTS_CHANGED
, or MSG_TRANSLATE_POINTS
, both of which contain mappings in its message object.
While I can still receive MSG_POINTS_CHANGED
(I haven't yet looked at the content, just trying to get the messages at all at the moment), C4D never seems to send me a MSG_TRANSLATE_POINTS
, not even for Weld or Melt commands executed on the Point Object, which are explicitly mentioned in the translate mapping.
Question: Is the message MSG_TRANSLATE_POINTS
still sent in the system, or has it been deprecated? Is it all CHANGED now? If not, which operation do I need to perform on the object to get it sent (for testing reasons)?