Please help: Transformation of one shape to another shape
Hi,
Suppose I have one human model(A) and another human model of different size(B). I want to transform A to B that is I want to transform the first model to the second model. I am assuming same number of vertices for both the models. Is it possible to translate the vertices of A to B? Like read the vertices of A and B and translate vertices of A depending on the vertices of B (addition or subtraction of change in vertices).
For eg when Model B is bigger than Model A:
Model A: x coordinate of vertex [1] is 5.0
Model B: x coordinate of vertex [1] is 7.0
Translate the x coordinate of vertex[1] of Model A by adding 2.0
Similarly for the y and z coordinates of vertex[1] of Model A.
Will this transform model A to model B? How will the script be for this? Please let me know if I am going in the right direction. I am new to Maya. Any help is much appreciated. Sorry if I have used wrong usage of terminologies. Thank you for reading.
Thank you,
Sononu