Freeze Position

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