goat3d
diff exporters/blendgoat/src/__init__.py @ 39:0e48907847ad
slugishly progressing with the blender exporter
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 09 Oct 2013 16:40:59 +0300 |
parents | 60f2037680ee |
children |
line diff
1.1 --- a/exporters/blendgoat/src/__init__.py Mon Oct 07 20:02:57 2013 +0300 1.2 +++ b/exporters/blendgoat/src/__init__.py Wed Oct 09 16:40:59 2013 +0300 1.3 @@ -2,6 +2,7 @@ 1.4 "name": "Goat3D scene", 1.5 "author": "John Tsiombikas", 1.6 "version": (0, 1), 1.7 + "blender": (2, 63, 0), 1.8 "location": "File > Import-Export", 1.9 "description": "Mutant Stargoat, Goat3D scene file format: http://code.google.com/p/goat3d/", 1.10 "category": "Import-Export"