OSDN Git Service

update 1.8.5
authorousttrue <ousttrue@gmail.com>
Mon, 30 May 2011 14:22:20 +0000 (23:22 +0900)
committerousttrue <ousttrue@gmail.com>
Mon, 30 May 2011 14:22:20 +0000 (23:22 +0900)
README.txt
setup.py

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