View Single Post
  #5  
Old 11-30-2018, 08:11 AM
natstj natstj is offline
Member
 
Join Date: Aug 2018
Posts: 7
Thanks for your help, the problem was a misunderstanding of the remove() function.

I was calling myNode.remove() without realizing it only removed the item from the vizard engine, and didn't remove the python object. This was causing the update time to increase each trial.
Reply With Quote