pymeshio is a package for 3d model io. create for blender import/expoert plugin backend.
Requirements
Python 3
Features
read/write Metasequioa mqo format
read/write MikuMikuDance pmd format
read-only MikuMikuDance pmx format
read/write MikuMikuDance vmd format
read/write MikuMikuDance vpd format
Setup
$ easy_install pymeshio or $ unzip pymeshio-x.x.x.zip $ cd pymeshio-x.x.x $ python setup.py install
History
2.0.0 (2011-9-30)
add pmx loader
>>> import pymeshio.pmx.loader >>> m=pymeshio.pmx.loader.load('resources/初音ミクVer2.pmx') >>> print(m) <pymeshio.pmx.Model object at 0x0281DD50> >>> print(m.name) 初音ミク >>> print(m.english_name) Miku Hatsune
1.9.2 (2011-9-29)
add tkinter viewer sample
1.9.1 (2011-9-23)
register pypi
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymeshio-2.0.0.zip
(84.0 kB
view details)
File details
Details for the file pymeshio-2.0.0.zip.
File metadata
- Download URL: pymeshio-2.0.0.zip
- Upload date:
- Size: 84.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28a52ae73fea50faba66e6a25ea20957823e392451542d4891a9118f7e679334
|
|
| MD5 |
f13bf24b254b4c9113ed31aa4ad03416
|
|
| BLAKE2b-256 |
550a6eae99ef4703492c19ec24f599203789a59e6361a70bd5afcf5eeec74922
|