bagginsbill opened this issue on Apr 23, 2008 · 2832 posts
Acadia posted Thu, 14 July 2011 at 2:01 PM
I have another question about VSS.
Can someone give me some "for dummies" instruction on how to edit the script (I'm assuming the script is the vss.py one) in order to use the VSS shader on the millennium cat and a pair of angel wings? Both are figures.
I'm thinking that I need to put the material zones in to the following areas. But is there anything else I need to edit in the script?
StandardTemplateZones = [
t + 'Skin',
t + 'Lips',
t + 'Lacrimal',
t + 'Fingernail',
t + 'Toenail',
t + 'Nail',
t + 'Eyewhite',
t + 'Iris',
t + 'Pupil',
t + 'Cornea',
t + 'Eyetrans',
t + 'Lashes',
t + 'Brow',
t + 'Lash+Brow',
t + 'Nostril',
t + 'Tongue',
t + 'Gums',
t + 'Teeth',
t + 'InnerMouth',
]
m = mapsZonePrefix
StandardMapZones = [
m + 'Face',
m + 'Body',
m + 'Eye',
m + 'Mouth',
m + 'Teeth',
m + 'Lash',
m + 'Brow',
m + 'Lash+Brow',
m + 'Limb',
m + 'Fingernail',
m + 'Toenail',
m + 'Nail',
m + 'Clothing',
m + 'Shirt',
m + 'Pant',
m + 'Dress',
m + 'Shoe',
]
StandardZones = masterZoneNames + StandardTemplateZones + StandardMapZones
impliedMZNames = [
('lash', m + 'Lash'),
('lacrimal', m + 'Face'),
('lip', m + 'Face'),
('iris', m + 'Eye'),
('eye', m + 'Eye'),
('sclera', m + 'Eye'),
('body', m + 'Body'),
('torso', m + 'Body'),
('chest', m + 'Body'),
('face', m + 'Face'),
('head', m + 'Face'),
('teeth', m + 'Teeth'),
('arm', m + 'Limb'),
('hand', m + 'Limb'),
('foot', m + 'Limb'),
('fingernail', m+'Fingernail'),
('toenail', m+'Toenail'),
('nail', m+'Nail'),
]
"It is good to see ourselves as
others see us. Try as we may, we are never
able to know ourselves fully as we
are, especially the evil side of us.
This we can do only if we are not
angry with our critics but will take in good
heart whatever they might have to
say." - Ghandi