View Single Post
  #3  
Old 10-10-2016, 08:04 AM
shashkes shashkes is offline
Member
 
Join Date: Mar 2016
Posts: 11
That didn't work for me. I had to use the getNode3d(), which turned out to be viz.VizAvatar(13). so this worked:

subjectavatar = vizconnect.getAvatar()
print str(subjectavatar.getNode3d())

viz.VizAvatar(13).visible(viz.OFF)
Reply With Quote