Get movement of object
-
On 21/04/2014 at 02:49, xxxxxxxx wrote:
Hey
I like to build a modeling helper and for that i need to get information of movements of objects by user -
is it possible to get a movement start, end msg and a msg during movement ?
i tried a tag plugin with but i don`t get the start and end
lastposition = c4d.Matrix() def Message(self, node, type, data) : if data != None: #print self.lastposition if self.lastposition != c4d.Matrix(c4d.Vector(0)) and self.lastposition != node.GetObject().GetMg() :