pmdとmqoの入出力ライブラリと、それを使ったBlender2.5向けのaddon。
リビジョン | b0a265cd2215c87df94c2782caad6ee0b6d26eb9 (tree) |
---|---|
日時 | 2011-10-15 04:16:22 |
作者 | ousttrue <ousttrue@gmai...> |
コミッター | ousttrue |
remove blender25
@@ -82,12 +82,6 @@ classifiers=[ | ||
82 | 82 | 'Topic :: Multimedia :: Graphics :: 3D Modeling', |
83 | 83 | ] |
84 | 84 | |
85 | -# copy pymeshio dir for blender25 plugin | |
86 | -PYMESHIO_DIR_IN_BLENDER25='blender25-meshio/pymeshio' | |
87 | -if os.path.exists(PYMESHIO_DIR_IN_BLENDER25): | |
88 | - shutil.rmtree(PYMESHIO_DIR_IN_BLENDER25) | |
89 | -print("copy pymeshio to %s" % PYMESHIO_DIR_IN_BLENDER25) | |
90 | -shutil.copytree('pymeshio', PYMESHIO_DIR_IN_BLENDER25) | |
91 | 85 | # copy pymeshio dir for blender26 plugin |
92 | 86 | PYMESHIO_DIR_IN_BLENDER26='blender26-meshio/pymeshio' |
93 | 87 | if os.path.exists(PYMESHIO_DIR_IN_BLENDER26): |