├── MC_object_collide.py ├── MC_self_collide.py ├── ModelingClothNewFeatures.py ├── ModelingClothRewrite.py ├── barycentric_stuff.py ├── bend_solver.py ├── collision.py ├── final_cut.py ├── function_libraries.py ├── grid_fill.py ├── new_methods_2.py ├── polyline_tools.py ├── seam_wrangler.py ├── self_collide.py ├── slices.py ├── text_from_object.py └── zips.py /MC_object_collide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/MC_object_collide.py -------------------------------------------------------------------------------- /MC_self_collide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/MC_self_collide.py -------------------------------------------------------------------------------- /ModelingClothNewFeatures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/ModelingClothNewFeatures.py -------------------------------------------------------------------------------- /ModelingClothRewrite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/ModelingClothRewrite.py -------------------------------------------------------------------------------- /barycentric_stuff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/barycentric_stuff.py -------------------------------------------------------------------------------- /bend_solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/bend_solver.py -------------------------------------------------------------------------------- /collision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/collision.py -------------------------------------------------------------------------------- /final_cut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/final_cut.py -------------------------------------------------------------------------------- /function_libraries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/function_libraries.py -------------------------------------------------------------------------------- /grid_fill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/grid_fill.py -------------------------------------------------------------------------------- /new_methods_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/new_methods_2.py -------------------------------------------------------------------------------- /polyline_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/polyline_tools.py -------------------------------------------------------------------------------- /seam_wrangler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/seam_wrangler.py -------------------------------------------------------------------------------- /self_collide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/self_collide.py -------------------------------------------------------------------------------- /slices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/slices.py -------------------------------------------------------------------------------- /text_from_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/text_from_object.py -------------------------------------------------------------------------------- /zips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/usefull_stuff/HEAD/zips.py --------------------------------------------------------------------------------