QUOTE(maulik13 @ 04/24/08, 06:54 AM) [snapback]284623[/snapback]
So what happens if you have joints for eyelid and jaw on the face and on top of that you want to add squash and stretch using joints? How would you approach this?
The workflow is the same i jut eliminate redundant parts in the netwrok by not working then in together
CODE
node -> node -> shape \
blend -> next step -> shape
shape /
is equal to:
node-> node ->shape and
node-> node ->next step ->shape
Now nothing says the inputs of node node cant come from same source or in case of cluster s that they aren't shared. Note i save at least 3 nodes computation time. While not a big thing here ist still time thet cane be saved without impacting ANYTHING in the process of things. (the data comes in from a character set anyways)
There are however places where the blend trick is imperative. because you really want to blend the data in. tough nothimg wrong with having reservation for it.
Its the sort of all needs to be in one networks thinking that blinds people to facts.