THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/07/2007 at 16:08, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R10
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Howdy,
Just a little warning that an R10 Joint returns true for
op->IsInstanceOf(Opoint)
BUT it doesn't have a points array. So, don't assume that when a user drops an object into a link, and the object passes the Opoint instance test, that you can retrieve a points array. It'll crash Cinema for sure if you don't double check that the array exists. I'm having to go through all my plugins' code to fix that.
Adios,
Cactus Dan