Currently, I have situation that one geometry has deformed by multiple wire deformers with individual weight information per wire deformer, and I have another geometry that is different topology wants to be transferred the weights from the source geometry.
I can't find any function in maya so far for the wire deformer.
skincluster has method but not for the deformer.
Is it possible to write the plug-in using api for weight transferring tool based on spatial not vertex id? if so, which class should I look up to start with.
There is weight import and export using xml but it only works when I have different wire deformers not shared deformers for two geometries in different topology.