View Single Post
  #1  
Old 06-18-2004, 04:52 PM
bailenson bailenson is offline
Member
 
Join Date: May 2004
Posts: 35
Getting access to the eyes of CFG avatars

Hey, I got some code for moving the eyes of a face when it is added as a vzf file:

l_eye = face.getchild('geom_0')
r_eye = face.getchild('geom_1')

but is it possible to get the eyes of an avatar's face who is added as a .cfg file instead of as its own object?

Thanks!

Jeremy
Reply With Quote