0

How would you make a lizard smoothly transform into a fish in the blender cycles engine? I have seen animators do similar transformations like this and I have always wondered how. Whenever I try to look up how it is done there are no tutorials on it.

1 Answers1

0

Austin H. the correct answer to this would be using shape keys. Jonathan Williamson from CGCookie has made an excellent tutorial on that some years ago. Here is a direct link to it on vimeo.

metaphor_set
  • 6,625
  • 2
  • 22
  • 35
  • Thanks, how would you give both meshes an equal amount of vertices? For example if I had text that said text and another text object that said hi and I wanted the text to turn into hi. –  May 14 '16 at 20:04
  • If I would do a morphing animation where a lizard would turn into a fish I would start with roughly the same base mesh and go from there. There's always a way to increase the vertex count on some areas. Another but somewhat "dirty" method would involve using a shrinkwrap modifier.

    The whole text to another text morph is a totally different thing. Last time I checked nobody came up with a simple solution in form of simply applying a modifier and you're done. I would certainly welcome such an awesome solution.

    – metaphor_set May 14 '16 at 21:02