From b0a265cd2215c87df94c2782caad6ee0b6d26eb9 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Sat, 15 Oct 2011 04:16:22 +0900 Subject: [PATCH] remove blender25 --- setup.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.py b/setup.py index df887c4..d0d0711 100644 --- a/setup.py +++ b/setup.py @@ -82,12 +82,6 @@ classifiers=[ 'Topic :: Multimedia :: Graphics :: 3D Modeling', ] -# copy pymeshio dir for blender25 plugin -PYMESHIO_DIR_IN_BLENDER25='blender25-meshio/pymeshio' -if os.path.exists(PYMESHIO_DIR_IN_BLENDER25): - shutil.rmtree(PYMESHIO_DIR_IN_BLENDER25) -print("copy pymeshio to %s" % PYMESHIO_DIR_IN_BLENDER25) -shutil.copytree('pymeshio', PYMESHIO_DIR_IN_BLENDER25) # copy pymeshio dir for blender26 plugin PYMESHIO_DIR_IN_BLENDER26='blender26-meshio/pymeshio' if os.path.exists(PYMESHIO_DIR_IN_BLENDER26): -- 2.11.0