├── LICENSE ├── README.md ├── __init__.py ├── image └── Demo.gif ├── op_bone_gen.py └── panel.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ek1den2/SKBoneGen/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ek1den2/SKBoneGen/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ek1den2/SKBoneGen/HEAD/__init__.py -------------------------------------------------------------------------------- /image/Demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ek1den2/SKBoneGen/HEAD/image/Demo.gif -------------------------------------------------------------------------------- /op_bone_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ek1den2/SKBoneGen/HEAD/op_bone_gen.py -------------------------------------------------------------------------------- /panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ek1den2/SKBoneGen/HEAD/panel.py --------------------------------------------------------------------------------