Is there a way I can create a joint/bone in skeleton node using python?
I tried dragging the node in the Python Shell. It has a SOPnode type.
I tried running the dir() command under it and it doesn’t seem to have method relating to creating a joint/bone.
When searching for “skeleton”, “joint” or “bone”, in the documentation, nothing seems to pertain in skeleton node.
Terribly sorry for the late response. Hectic holiday got in the way and I only got to personal projects at the moment after finishing the backlogs.
The code you posted is for the object based rigging. I’m looking for the geometry based rigging (i.e. Skeleton Node). So unfortunately, I can’t use it.