summaryrefslogtreecommitdiff
path: root/csv_anim_bck_import.py
diff options
context:
space:
mode:
Diffstat (limited to 'csv_anim_bck_import.py')
-rw-r--r--csv_anim_bck_import.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/csv_anim_bck_import.py b/csv_anim_bck_import.py
index db65dd5..0c5741c 100644
--- a/csv_anim_bck_import.py
+++ b/csv_anim_bck_import.py
@@ -45,9 +45,6 @@ def read_csv_bck(context, filepath, import_type):
print("Armature found: %s" % armature.name)
print()
- # change to object view
- # bpy.ops.object.mode_set(mode='OBJECT')
-
# deselect everything (to be sure nothing weird happens)
bpy.ops.object.select_all(action='DESELECT')
scene.objects.active = None