View Single Post
  #1  
Old 05-06-2005, 01:29 PM
shai shai is offline
Member
 
Join Date: Oct 2004
Posts: 29
scaling avatar's body parts

Hello,

i'm trying to scale individual body parts on a female avatar-

i've tried:
"avatar.getchild('f_Head.cmx').scale(2,1,1)"
and
"avatar.getchild('f_Head').scale(2,1,1)"
and
"head=avatar.getchild('f_Head.cmx')
head.scale(2,1,1)"

etc...

and they all didn't work (nothing happens)

is there a way to do this?
thanks,
shai
Reply With Quote