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:
authorCampbell Barton <ideasman42@gmail.com>2016-05-01 06:27:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-01 06:29:57 +0300
commit1b1aaf3e250e61768c8f7e8695392bbd3d86933e (patch)
tree7654b93de543393a79638e5d980410879ce21078 /io_mesh_pdb/import_pdb.py
parent59ea4fc9f11f47922aaec7f48ea0f2633ad4dc80 (diff)
Cleanup: tabs to spaces
Diffstat (limited to 'io_mesh_pdb/import_pdb.py')
-rw-r--r--io_mesh_pdb/import_pdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_mesh_pdb/import_pdb.py b/io_mesh_pdb/import_pdb.py
index 5fb5890a..3ca3b51f 100644
--- a/io_mesh_pdb/import_pdb.py
+++ b/io_mesh_pdb/import_pdb.py
@@ -1036,7 +1036,7 @@ def draw_sticks_normal(all_atoms,
list_group_sub = []
counter = 0
for stick in all_sticks:
-
+
# The vectors of the two atoms
atom1 = all_atoms[stick.atom1-1].location-center
atom2 = all_atoms[stick.atom2-1].location-center