Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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() :