OSDN Git Service
(root)
/
meshio
/
pymeshio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
implemnet RigidBody
[meshio/pymeshio.git]
/
test
/
pmd_test.py
1
import pymeshio.pmd
2
import sys
3
4
PMD_FILE="K:/MMD/model/official/miku.pmd"
5
6
def test_pmd_load():
7
io=pymeshio.pmd.IO()
8
assert io.read(PMD_FILE)
9