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).
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