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:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2019-03-02 13:10:38 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2019-03-02 13:10:38 +0300
commit98b306545ee00dceaac0d86d9669432a3bf1d363 (patch)
tree0d153d4b5a20019d4eb15871f5869f95e2035f47 /io_coat3D
parentc249e1602596ea349aa994cafec6aadf1198b620 (diff)
After Keep vertex index update this part is not needed anymore.
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 7a8138b2..a9896b6d 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -992,10 +992,6 @@ class SCENE_OT_import(bpy.types.Operator):
if(new_obj.coat3D.applink_old == False):
new_obj.coat3D.applink_old = True
- bpy.ops.object.select_all(action='SELECT')
- bpy.ops.object.origin_set(type='ORIGIN_GEOMETRY')
- bpy.ops.object.select_all(action='DESELECT')
-
kokeilu = coat3D.exchangedir[:-10]
Blender_folder2 = ("%s%sExchange%sBlender" % (kokeilu, os.sep, os.sep))
Blender_folder2 += ('%sexport.txt' % (os.sep))