View Single Post
  #2  
Old 04-13-2005, 09:40 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Which version of Vizard are you running? I could not recreate the problem here. If you are still having the problem try running the following code at the beginning of your program:
Code:
viz._AddNode(viz.VizNode(-1))
Let me know if this gets rid of the error message.
Reply With Quote