Added notes to readme
This commit is contained in:
parent
c4b00471bc
commit
3de2d666c8
1 changed files with 7 additions and 0 deletions
|
@ -4,3 +4,10 @@ Blender plugin based on Blank's obj2col that lets you export collision files for
|
||||||
# Setup
|
# Setup
|
||||||
You need to put the btypes folder into \Blender Foundation\Blender\2.71\scripts\addons\
|
You need to put the btypes folder into \Blender Foundation\Blender\2.71\scripts\addons\
|
||||||
Then just install BlenderCOL.py as usual
|
Then just install BlenderCOL.py as usual
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
In future I will also get importing col files and editing col files.
|
||||||
|
|
Reference in a new issue