skinning.tools.delinear_weights.commands module

skinning.tools.delinear_weights.commands.delinear_weights(*args, **kwargs)

Loop over all of the provided components and see if these components are deformed by a skin cluster. If this is the case, the weights will be de-linearized by the function provided. This function is found in the tweening module.

Parameters:
  • components (list[str]) –
  • method (str) –
Raises:

ValueError – When blend method is not supported.

skinning.tools.delinear_weights.commands.delinear_weights_on_selection(method)

All of the selected components will be queried, these components will then be parsed to the delinear_skin_weights() function that will process the weights.

Parameters:method (str) –