View Single Post
  #3  
Old 09-22-2010, 03:43 PM
Renato Lima Renato Lima is offline
Member
 
Join Date: Sep 2010
Posts: 54
Thank you, this solved my problem. And this is my new code:

for name in world.getNodeNames():
abc = world.getChild(str(name))
abc.appearance(viz.DECAL)
Reply With Quote