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>2018-09-07 23:13:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-07 23:13:37 +0300
commitf1c55295b0d95307559c1f8b09d6b8bd6c8bbbf0 (patch)
tree79ca0b7e815bc7e181171b4a5f4cb515ac107b08 /io_mesh_pdb
parent1a935298b9a3dddba50955591ace31bb91a56e84 (diff)
Cleanup: trailing space
Diffstat (limited to 'io_mesh_pdb')
-rw-r--r--io_mesh_pdb/export_pdb.py1
-rw-r--r--io_mesh_pdb/import_pdb.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/io_mesh_pdb/export_pdb.py b/io_mesh_pdb/export_pdb.py
index d0eb07eb..ff038868 100644
--- a/io_mesh_pdb/export_pdb.py
+++ b/io_mesh_pdb/export_pdb.py
@@ -81,4 +81,3 @@ def export_pdb(obj_type, filepath_pdb):
pdb_file_p.close()
return True
-
diff --git a/io_mesh_pdb/import_pdb.py b/io_mesh_pdb/import_pdb.py
index a7a0be7d..8b1eec08 100644
--- a/io_mesh_pdb/import_pdb.py
+++ b/io_mesh_pdb/import_pdb.py
@@ -1390,4 +1390,3 @@ def import_pdb(Ball_type,
# activate the last selected object
if obj:
bpy.context.scene.objects.active = obj
-