#1
|
|||
|
|||
problem with female clothes
hello,
i'm having a problem with my clothes for females. i can't seem to change the female's shoes. the thing is, with the same type of code i actually get the men's shoes to work. but i'm thinking maybe it has to do with the jpeg i'm using, i was wondering if you guys have a template jpeg i can use w/ the female. if you want i can also attach the current jpeg i'm using, maybe there's a problem with it (?) thanks, shai this is the code i am using: import viz viz.go() foptions_avatar=viz.add('objects/Female.cfg') body = ['ArmLL','ArmLR','ArmUL','ArmUR', 'LegLL','LegLR','LegUL', 'LegUR','Pelvis', 'Torso', 'FootLeft', 'FootRight'] fbodyparts = [] for x in body: partf = 'f_' + x + '.cmx' fbodyparts.append(partf) femaleclothes = ['objects/Female/clothes/female1.jpg'] fclothes = [] for i in range(1): temp = viz.add(femaleclothes[i]) fclothes.append(temp) for j in fbodyparts: foptions_avatar.texture(fclothes[0],j) |
#2
|
|||
|
|||
Hi,
What is the female1.jpg texture based on? The male and female texture templates are different, so if it is based on the male texture then it won't show up correctly. Our avatars are licensed from Anacapa Sciences, so we are not allowed to release the original textures of the avatars. |
#3
|
|||
|
|||
female textures
the female textures are not based on the male textures, it's kind
of a different file, is it 'allowable' for me to post the female texture on this board so you can see what i mean? |
#4
|
|||
|
|||
Sure, you can post it or send it directly to me at lashkari@worldviz.com
|
Thread Tools | |
Display Modes | Rate This Thread |
|
|