OSDN Git Service

update document
authorousttrue <ousttrue@gmail.com>
Fri, 14 Oct 2011 17:44:55 +0000 (02:44 +0900)
committerousttrue <ousttrue@gmail.com>
Fri, 14 Oct 2011 17:44:55 +0000 (02:44 +0900)
README.en.txt
README.jp.txt
setup.py

index 6f89db1..33f0e0b 100644 (file)
@@ -21,6 +21,12 @@ find "meshio. (.pmd)(.mqo)" and check.
 
 history
 ========
 
 history
 ========
+20111015 2.3.0
+--------------
+update for blender2.6
+implement pmx_importer
+
+
 20110918 1.9.0
 --------------
 update for blender2.59
 20110918 1.9.0
 --------------
 update for blender2.59
index 72dc876..1e64248 100644 (file)
@@ -25,6 +25,11 @@ Save As Defaultを押しておくと次回起動から(Uesr Preferences)以降
 
 更新履歴
 ========
 
 更新履歴
 ========
+20111015 2.3.0
+--------------
+blender2.6に対応
+implement pmx_importer
+
 20110918 1.9.0
 --------------
 blender2.59に対応
 20110918 1.9.0
 --------------
 blender2.59に対応
index 51077f8..a4ece96 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ import os
 import shutil
 
 name='pymeshio'
 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.
 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
 --------
 
 ToDo
 --------
 
-* importer for pmx
 * exporter for pmx
 
 
 New
 -------
 * 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)
 2.2.4 (2011-10-13)
 ~~~~~~~~~~~~~~~~~~
 * bug fix(__init__ param)