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:
authorPhilipp Oeser <info@graphics-engineer.com>2012-06-18 21:40:20 +0400
committerPhilipp Oeser <info@graphics-engineer.com>2012-06-18 21:40:20 +0400
commitb3ffe0751d3797ce3a467937a5400d7ddd62c77f (patch)
treea7fff587e1ff50557ecc48987cd3824b917fe94d /io_scene_obj
parent5dc61be8f692be397b302ea68fee3707cec9f845 (diff)
revert r3501 - needs further investigation
Diffstat (limited to 'io_scene_obj')
-rw-r--r--io_scene_obj/import_obj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_obj/import_obj.py b/io_scene_obj/import_obj.py
index 890d1203..b60cb907 100644
--- a/io_scene_obj/import_obj.py
+++ b/io_scene_obj/import_obj.py
@@ -672,8 +672,8 @@ def create_mesh(new_objects,
# me_edges[ed].flag |= SHARP
# del SHARP
- me.update(calc_edges=use_edges)
me.validate()
+ me.update(calc_edges=use_edges)
ob = bpy.data.objects.new(me.name, me)
new_objects.append(ob)