Added warning about keymap hack
This commit is contained in:
parent
ceae38219f
commit
2893b0a736
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ bl_info = {
|
||||||
"blender": (2, 71, 0),
|
"blender": (2, 71, 0),
|
||||||
"location": "File > Export > Collision (.col)",
|
"location": "File > Export > Collision (.col)",
|
||||||
"description": "This script allows you do export col files directly from blender. Based on Blank's obj2col",
|
"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"
|
"category": "Import-Export"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue