Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Freeze Position

    PYTHON Development
    0
    1
    485
    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
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 20/02/2011 at 12:58, xxxxxxxx wrote:

      Hello
      How can i freeze position of object?
      I can try to make ObjectPlugin(types: generator&input) and how to fix position like if will be add protection tag?

      Upd.
      Found it, i'm sorry for such silly question.
      sample such:

        
        def Draw(self, op, drawpass, bd, bh) :  
          i = c4d.Vector(0,0,0)  
          op.SetAbsPos(i)   
          return True  
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post