OSDN Git Service

version 1.8.6
authorousttrue <ousttrue@gmail.com>
Tue, 7 Jun 2011 11:43:16 +0000 (20:43 +0900)
committerousttrue <ousttrue@gmail.com>
Tue, 7 Jun 2011 11:43:16 +0000 (20:43 +0900)
README.txt
setup.py

index d40b308..f7d1a2d 100644 (file)
@@ -18,6 +18,10 @@ Import-Exportの中から"meshio. (.pmd)(.mqo)"を探して右のチェックボ
 
 更新履歴
 ========
+20110607 1.8.6
+--------------
+pmd exportの法線を修正。
+
 20110530 1.8.5
 --------------
 cubeなどの単純形状をエクスポートできるように修正。
index fc0f253..5ee81ca 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
 
 setup(
         name='pymeshio',
-        version='1.8.5',
+        version='1.8.6',
         description='pure python 3d model io library',
         keywords=[],
         author='ousttrue',