summaryrefslogtreecommitdiff
path: root/csv_anim_bck_import.py
diff options
context:
space:
mode:
author“Humming-Owl” <“isaclien9752@gmail.com”>2023-09-02 01:01:30 -0400
committer“Humming-Owl” <“isaclien9752@gmail.com”>2023-09-02 01:01:30 -0400
commit9f152e3f380c382459793d3a2e8e6fe728fb9af2 (patch)
tree7267047f84af8cd79e370edd90bebc8f1b844e2a /csv_anim_bck_import.py
parent7abaa50dced0f03eba2011e9d605b8acb7451a91 (diff)
downloadblenxy-9f152e3f380c382459793d3a2e8e6fe728fb9af2.tar.gz
blenxy-9f152e3f380c382459793d3a2e8e6fe728fb9af2.zip
CSV exporter update
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