View Single Post
  #3  
Old 10-26-2009, 02:48 AM
IGoudt IGoudt is offline
Member
 
Join Date: Sep 2009
Posts: 20
I forgot to mention that you cannot use operators and functions on the left side of the equals sign.

path + 'someinteger' = viz.add(viz.ANIMATION_PATH) would not work, but

pathDictionary[path + str(someinteger)] = viz.add(viz.ANIMATION_PATH) will.
Reply With Quote