From: ousttrue Date: Fri, 14 Oct 2011 17:44:55 +0000 (+0900) Subject: update document X-Git-Url: http://git.osdn.net/view?p=meshio%2Fpymeshio.git;a=commitdiff_plain;h=909e9ce1deb21d4f1697ec18b4520e5e122dce92 update document --- diff --git a/README.en.txt b/README.en.txt index 6f89db1..33f0e0b 100644 --- a/README.en.txt +++ b/README.en.txt @@ -21,6 +21,12 @@ find "meshio. (.pmd)(.mqo)" and check. history ======== +20111015 2.3.0 +-------------- +update for blender2.6 +implement pmx_importer + + 20110918 1.9.0 -------------- update for blender2.59 diff --git a/README.jp.txt b/README.jp.txt index 72dc876..1e64248 100644 --- a/README.jp.txt +++ b/README.jp.txt @@ -25,6 +25,11 @@ Save As Defaultを押しておくと次回起動から(Uesr Preferences)以降 更新履歴 ======== +20111015 2.3.0 +-------------- +blender2.6に対応 +implement pmx_importer + 20110918 1.9.0 -------------- blender2.59に対応 diff --git a/setup.py b/setup.py index 51077f8..a4ece96 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import os import shutil name='pymeshio' -version='2.2.4' +version='2.3' short_description='3d model io library for mqo, pmd, pmx, vmd and vpd' long_description='''\ `pymeshio` is a package for 3d model io. @@ -59,12 +59,16 @@ Usage ToDo -------- -* importer for pmx * exporter for pmx New ------- +2.3.0 (2011-10-15) +~~~~~~~~~~~~~~~~ +* bug fix(pmd_to_pmx RigidBody.shape_position) +* implement pmx_importer + 2.2.4 (2011-10-13) ~~~~~~~~~~~~~~~~~~ * bug fix(__init__ param)