On 16/12/2016 at 06:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 18
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
we have the problem that our object's
GetDimension(BaseObject* op, Vector* mp, Vector* rad)
function is sometimes called by Cinema with nullptr for mp and rad parameters (sometimes only one of them is nullptr, sometimes both). That prevents us from passing proper values for the object's bounding box, which then again causes more problems...
Is there any reason Cinema might call that function with null pointers as parameters?
Cheers,
Frank