From: ousttrue Date: Mon, 30 May 2011 14:22:20 +0000 (+0900) Subject: update 1.8.5 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;ds=sidebyside;h=77fbf72a5833ea1036425262bd7e29c5d3e6ce73;p=meshio%2Fpymeshio.git update 1.8.5 --- diff --git a/README.txt b/README.txt index f2afffb..d40b308 100644 --- a/README.txt +++ b/README.txt @@ -18,6 +18,10 @@ Import-Exportの中から"meshio. (.pmd)(.mqo)"を探して右のチェックボ 更新履歴 ======== +20110530 1.8.5 +-------------- +cubeなどの単純形状をエクスポートできるように修正。 + 20110523 1.8.4 -------------- 2.57bより新しくしてしまったのを修正。 diff --git a/setup.py b/setup.py index 39cc6be..fc0f253 100644 --- 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',