View Single Post
  #9  
Old 03-23-2011, 09:03 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You are using the <link>.postScale() command incorrectly. If you look at the docs, the target option is the third parameter, not the second. I recommend passing the value as a keyword argument:
Code:
self.link.postScale([self.walkSensitivity,1,self.walkSensitivity],target=viz.LINK_POS_OP)
Reply With Quote