Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    Get movement of object

    Scheduled Pinned Locked Moved PYTHON Development
    1 Posts 0 Posters 128 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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() :
        
      
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post