Archived
1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
BlenderCOL/README.md

15 lines
631 B
Markdown
Raw Normal View History

2018-05-11 02:50:44 +09:00
# BlenderCOL
2018-05-15 03:33:30 +09:00
Blender plugin based on Blank's obj2col that lets you export collision files for Super Mario Sunshine. Also you can edit collision values.
2018-05-11 04:28:07 +09:00
2018-05-11 04:30:04 +09:00
# Setup
2018-05-11 04:28:07 +09:00
You need to put the btypes folder into \Blender Foundation\Blender\2.71\scripts\addons\
Then just install BlenderCOL.py as usual
2018-05-11 04:33:43 +09:00
# Notes
You don't need to triangulate the mesh, and you also don't need to merge into one mesh like you did before.
You do need to apply rotation/scale before exporting.
This program was based on a python script made by Blank. I just made a blender plugin to work with that script.
2018-05-15 03:33:30 +09:00
In future I will add some presets for collision values.