提交 b3708313 编写于 作者: R Ryan Lee

addressed changes per discussion with @mrdoob, @crobi on pull request:...

addressed changes per discussion with @mrdoob, @crobi on pull request: https://github.com/mrdoob/three.js/pull/4693/files#r11759573
上级 ace6913d
......@@ -23,10 +23,9 @@
bl_info = {
"name": "three.js format",
"author": "mrdoob, kikko, alteredq, remoe, pxf, n3tfr34k",
"version": (1, 4, 0),
"author": "mrdoob, kikko, alteredq, remoe, pxf, n3tfr34k, crobi",
"version": (1, 5, 0),
"blender": (2, 7, 0),
"api": 35622,
"location": "File > Import-Export",
"description": "Import-Export three.js meshes",
"warning": "",
......@@ -222,7 +221,7 @@ def save_settings_export(properties):
"option_vertices_truncate" : properties.option_vertices_truncate,
"option_scale" : properties.option_scale,
"align_model" : properties.align_model,
"align_model" : properties.align_model
}
fname = get_settings_fullpath()
......
......@@ -269,7 +269,7 @@ TEMPLATE_FILE_ASCII = """\
"metadata" :
{
"formatVersion" : 3.1,
"generatedBy" : "Blender 2.66 Exporter",
"generatedBy" : "Blender 2.7 Exporter",
"vertices" : %(nvertex)d,
"faces" : %(nface)d,
"normals" : %(nnormal)d,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册