On 08/09/2013 at 09:54, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) : C++ ;
---------
hi there!
i want to export "null objects" but can't find a constant for it like OBJECT_POLYGONOBJECT.
when i GePrint the GetInfo() from a null object, i get a 1<<28, but also can't find a suitable
define for it in the c++SDK. where is it?
is it safe to use the 1<<28 or even go for the name including "null"?
feels so dirty...
now i have "forward-kinematics" with hierarchical poly-objects,
but null-objetcs are so usefull for everything and i want them as parents
for the SRT-matrices... dragging the other objects every time in/out would be painfull...