View Single Post
  #3  
Old 11-02-2005, 09:49 PM
Vbents Vbents is offline
Member
 
Join Date: Sep 2005
Posts: 25
bug in bone.unlock()?

Every time I use <bone>.unlock() the bone is no longer movable. Here is an example:

bone.lock()
bone.rotate(0, 1, 0, -1, viz.RELATIVE_LOCAL)
bone.unlock()

which does nothing. Is this a glitch in .unlock()?

-Ben
Reply With Quote