Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-11-23 01:07:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-11-23 01:07:41 +0300
commitb21df550d3a7aaa5925effe4fb7dc38f99592c22 (patch)
tree2feeccc6c8cd9a257553f6eb8b6f1ded6e7558fe /release
parenta8aaec6f210626d2beb2d23f297c1a412b047e8e (diff)
==Python API==
made it possible to remove curves from python with "del curve[i]" mesh_edges2curves.py - remove unused function.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/mesh_edges2curves.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/release/scripts/mesh_edges2curves.py b/release/scripts/mesh_edges2curves.py
index fdf61298ebc..84f3cc41779 100644
--- a/release/scripts/mesh_edges2curves.py
+++ b/release/scripts/mesh_edges2curves.py
@@ -39,17 +39,8 @@ Supported:<br>
# ***** END GPL LICENCE BLOCK *****
# --------------------------------------------------------------------------
-
from Blender import *
-def edkey(ed):
- i1 = ed.v1.index
- i2 = ed.v2.index
- if i1>i2:
- return (i2,i1), ed
- else:
- return (i1,i2), ed
-
def polysFromMesh(me):
# a polyline is 2
#polylines are a list