THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/06/2011 at 07:02, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.6+
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Howdy,
It seems that when an object with my tag on it is in a ClothNURBS, the tag receives the message MSG_POINTS_CHANGED when in fact the object's points have not changed. This is causing a crash in my routine to remap the stored data when receiving that message.
In my debugging I've noticed that when it crashes, the document pointer is NULL. Would it be safe to assume that the tag only needs to react on the message MSG_POINTS_CHANGED when the document actually exists?
Adios,
Cactus Dan