소스 검색

increment min blender version for io_three

http://wiki.blender.org/index.php/Dev:2.5/Py/Scripts/Guidelines/Addons

The version was previously set to 2.7 instead of 2.70 which would cause not showing a warning when the plugin is enabled for older blender versions.
Cristian Mircea Messel 10 년 전
부모
커밋
afb8f79a1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/exporters/blender/addons/io_three/__init__.py

+ 1 - 1
utils/exporters/blender/addons/io_three/__init__.py

@@ -40,7 +40,7 @@ bl_info = {
     'name': "Three.js Format",
     'name': "Three.js Format",
     'author': "repsac, mrdoob, yomotsu, mpk, jpweeks, rkusa, tschw",
     'author': "repsac, mrdoob, yomotsu, mpk, jpweeks, rkusa, tschw",
     'version': (1, 4, 0),
     'version': (1, 4, 0),
-    'blender': (2, 7, 3),
+    'blender': (2, 73, 0),
     'location': "File > Export",
     'location': "File > Export",
     'description': "Export Three.js formatted JSON files.",
     'description': "Export Three.js formatted JSON files.",
     'warning': "Importer not included.",
     'warning': "Importer not included.",