Skip to content

Instantly share code, notes, and snippets.

@pKrime
pKrime / cmdSplitJoint.py
Last active August 21, 2018 02:42
Python command to add intermediate joints in Modo
# python
""" Split joint command
usage:
>item.splitJoint n
Select a bone or a joint and its child, the command will perform a
subdivision adding n intermediate joints. A prompt will ask for n if
no parameter is given.