├── .gitattributes ├── README.md ├── bone_to_mesh.py ├── bone_to_mesh_280.py └── images └── setting.gif /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurotori4423/BoneToMesh_Blender/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurotori4423/BoneToMesh_Blender/HEAD/README.md -------------------------------------------------------------------------------- /bone_to_mesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurotori4423/BoneToMesh_Blender/HEAD/bone_to_mesh.py -------------------------------------------------------------------------------- /bone_to_mesh_280.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurotori4423/BoneToMesh_Blender/HEAD/bone_to_mesh_280.py -------------------------------------------------------------------------------- /images/setting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurotori4423/BoneToMesh_Blender/HEAD/images/setting.gif --------------------------------------------------------------------------------