skinning.tools.projection_plane.commands module

skinning.tools.projection_plane.commands.create_projection_plane(*args, **kwargs)

Create a projector plane for the given influences. The points of the plane are calculated using the provided width and axis. After that a skin cluster is created.

Parameters:
  • joints (list[str]) –
  • name (str/None) –
  • axis (str) –
  • width (int/float) –
  • padding (int) –
  • offset (int) –
Returns:

Projection plane

Return type:

str

Raises:
  • ValueError – When not more than 2 influences is provided
  • ValueError – When axis is not valid.