On 03/07/2014 at 08:33, xxxxxxxx wrote:
Hi,
I'm looking for the command to create a nullobject.
In the documentation i find Spline, Camera, ...
But not a nullobject.
thanks a lot
On 03/07/2014 at 08:33, xxxxxxxx wrote:
Hi,
I'm looking for the command to create a nullobject.
In the documentation i find Spline, Camera, ...
But not a nullobject.
thanks a lot
On 03/07/2014 at 15:31, xxxxxxxx wrote:
OK,
I found it by myselve :-)
obj = c4d.BaseObject(c4d.Onull)
obj.SetMg(m)
doc.InsertObject(obj)