Can someone tell me how many Switch Layers you can have with in one character. The character has bones and has one switch layer already for the head turn. I am not able to add another for the mouth movements with in the head switch. I am just not sure where or if to put another switch layer for the mouth movements.
Thanks very much,
Jason
Amount of Character Switch Layers
Moderators: Víctor Paredes, Belgarath, slowtiger
-
- Posts: 1
- Joined: Tue Dec 30, 2008 5:16 am
- Contact:
- Víctor Paredes
- Site Admin
- Posts: 5817
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
It's just logic.
Switch layer always need coherent options to chose.
for example, if you have this there will be no problem:
-switch layer "head"
---- head right
---- head left
---- head center
but if you have:
-switch layer head
---- head right
---- head left
---- switch layer mouths
---- head center
one of the options will be "switch layer mouths", so if you select it, all the other options will disappear, so you will have a mouth floating with no head. it's logic, you are telling to AS that show us the head OR the mouth, but no both.
how to solve it?, just group your head layers
for example:
-switch layer head
---- group layer head right
-------- switch layer mouth
-------- head right
---- group layer head center
-------- switch layer mouth
-------- head center
---- group layer head left
-------- switch layer mouth
-------- head left
in this example head switch layer still having just 3 options (right, center, left), but inside each grouped option there are more layers (and even switch layers for the mouth, the eyes or whatever you want)
you could have all the switch layer you could handle, but you must be sure to have all in order.
Switch layer always need coherent options to chose.
for example, if you have this there will be no problem:
-switch layer "head"
---- head right
---- head left
---- head center
but if you have:
-switch layer head
---- head right
---- head left
---- switch layer mouths
---- head center
one of the options will be "switch layer mouths", so if you select it, all the other options will disappear, so you will have a mouth floating with no head. it's logic, you are telling to AS that show us the head OR the mouth, but no both.
how to solve it?, just group your head layers
for example:
-switch layer head
---- group layer head right
-------- switch layer mouth
-------- head right
---- group layer head center
-------- switch layer mouth
-------- head center
---- group layer head left
-------- switch layer mouth
-------- head left
in this example head switch layer still having just 3 options (right, center, left), but inside each grouped option there are more layers (and even switch layers for the mouth, the eyes or whatever you want)
you could have all the switch layer you could handle, but you must be sure to have all in order.