Archived
1
0
Fork 0

Added warning about keymap hack

This commit is contained in:
Augs 2018-05-14 22:04:50 +01:00
parent ceae38219f
commit 2893b0a736

View file

@ -5,7 +5,7 @@ bl_info = {
"blender": (2, 71, 0),
"location": "File > Export > Collision (.col)",
"description": "This script allows you do export col files directly from blender. Based on Blank's obj2col",
"warning": "Might break, doing this mostly for my own convinience",
"warning": "Might clutter your keymaps if you register/unregister this too much",
"category": "Import-Export"
}