I am just wondering where to find the method
// From Animatable
virtual TCHAR *GetObjectName() { return GetString(IDS_CLASS_NAME); }
in Max.Net ?
It is important to override this method to provide a name for a plugin modifier within the modifier stack. I didn't find it as expected in my Modifier class (derived from class Modifier) as an override method!
Thx and Greets
Michbeck