View Single Post
  #2  
Old 11-12-2012, 03:34 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
There was a change that broke the roboChase.py script in the latest version. To fix that replace:
Code:
player_matrix = viz.Matrix()
with:
Code:
player_matrix = viz.addGroup()
Reply With Quote