The smooth skin tool

The smooth skin tool provides an easy way to interpolate the weights between a list of joints that are part of a continuos chain. The simplest example that can occur to me are the joints of the spine.

Launching the tool

To launch the tool execute the following code on your script editor.

to launch the smooth skin cluster tool excecute the following lines of code.
from RMPY.Tools import RMINTSmoothSkinCluster
RMINTSmoothSkinCluster.Main().show()