Profile PictureRobert Joosten

Maya : Transfer Blend Shape

$0+
20 ratings

Transfer your blendshapes between meshes with the same topology.
Maya 2022 - Python 3 ready

Documentation
Github

Installation

  • Extract the content of the .rar file anywhere on disk.
  • Drag the transfer-blend-shape.mel file in Maya to permanently install the script.

Usage

A button on the MiscTools shelf will be created that will allow easy access to the ui, this way the user doesn't need to worry about any of the code. If user wishes to not use the shelf button the following commands can be used. The transfer will only work if at least one vertex has no delta, these fixed vertices are used to transfer the solution to the correct position in object space, the threshold can be increased to make sure vertices are linked.

A virtual mesh can be used to add additional triangles to the solve, it is important that all vertices of the virtual mesh can be mapped to the vertices of the source mesh, this can be done by snapping them.

The number of iterations determine the amount of times the laplacian smoothing matrix is applied to the deformed vertices. This smoothing matrix is calculated using weights determined by area difference on a per-vertex basis.

Colour sets can be created to visualize the deformed vertices and the laplacian smoothing weights.

Command line:

import transfer_blend_shape
transfer = transfer_blend_shape.Transfer(source_mesh, target_mesh, virtual_mesh=None, iterations=3, threshold=0.001)
transfer.execute_from_mesh(mesh, name)
transfer.execute_from_blend_shape()

Display UI:

import transfer_blend_shape.gui
transfer_blend_shape.gui.show()

Note

This tool requires numpy and scipy to be installed to your environment. Using linux or Maya 2022+ on windows this can be done via a simple pip install. For older windows versions a custom version will have to be compiled against the correct VS version.

Example images are generated using the MetaHuman exports for the source/target base and source jaw open shape. Target jaw open is generated using the tool.

$
Add to cart
Size
1.54 MB
Copy product URL

Ratings

4.8
(20 ratings)
5 stars
95%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
5%
$0+

Maya : Transfer Blend Shape

20 ratings
Add to cart