Skip to main content

pymeshio is a package for 3d model io. create for blender import/expoert plugin backend.

Requirements

  • Python 3

  • Python 2.7

Features

  • read Metasequioa mqo format

  • read/write MikuMikuDance pmd format

  • read/write MikuMikuDance pmx format

  • read MikuMikuDance vmd format

  • read MikuMikuDance vpd format

  • convert MikuMikuDance pmd format to MikuMikuDance pmx format

Install

$ easy_install pymeshio
or
$ unzip pymeshio-x.x.x.zip
$ cd pymeshio-x.x.x
$ python setup.py install

Usage

>>> import pymeshio.pmd.reader
>>> m=pymeshio.pmd.reader.read_from_file('resources/初音ミクVer2.pmd')
>>> print(m)
<pmd-1, "初音ミク" vertex: 12354, face: 68883, material: 17, bone: 140 ik: 7, skin: 31>
>>> import pymeshio.converter
>>> pmx_model=pymeshio.converter.pmd_to_pmx(m)
>>> print(pmx_model)
<pmx-2.0 "Miku Hatsune" 12354vertices>
>>> import pymeshio.pmx.writer
>>> import io
>>> pymeshio.pmx.writer.write(io.open("out.pmx", "wb"), pmx_model)
True

ToDo

  • update blender25 plugin to blender26

  • blender26 importer for pmx

  • blender26 exporter for pmx

New

2.2.2 (2011-10-10)

  • fix uint and int

  • fix converter.pmd_to_pmx

  • add pmd2pmx script

2.2.1 (2011-10-07)

  • implement pmd to pmx converter

2.2.0 (2011-10-03)

  • implement pmx writer

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.2.2.zip (89.5 kB view details)

Uploaded Source

File details

Details for the file pymeshio-2.2.2.zip.

File metadata

  • Download URL: pymeshio-2.2.2.zip
  • Upload date:
  • Size: 89.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pymeshio-2.2.2.zip
Algorithm Hash digest
SHA256 9a13aa1d69b974c1b7b6af1836ec08851cc30550eb492e6369d3916f376cd963
MD5 e1b360d86c13e51daf0398744060e4f0
BLAKE2b-256 4885a4bc158faa49f552e49ad7191e90ce71a6adf3ef735b6067ff74c6041db8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page