View Single Post
  #2  
Old 03-22-2010, 10:36 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Somewhere in the code a <node>.unlink method is called which should be replaced with viz.link.
Code:
link = viz.link(hand,ball)
.
.
.
link.remove()
Reply With Quote