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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_scene_3ds/export_3ds.py')
-rw-r--r--io_scene_3ds/export_3ds.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/io_scene_3ds/export_3ds.py b/io_scene_3ds/export_3ds.py
index b9f5d982..8264c18d 100644
--- a/io_scene_3ds/export_3ds.py
+++ b/io_scene_3ds/export_3ds.py
@@ -235,9 +235,6 @@ class _3ds_point_uv(object):
def __init__(self, point):
self.uv = point
- def __cmp__(self, other):
- return cmp(self.uv, other.uv)
-
def get_size(self):
return 2 * SZ_FLOAT
@@ -360,9 +357,6 @@ class _3ds_chunk(object):
self.variables = []
self.subchunks = []
- def set_ID(id):
- self.ID = _3ds_short(id)
-
def add_variable(self, name, var):
'''Add a named variable.