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:
authorClemens Barth <barth@root-1.de>2014-08-20 00:50:06 +0400
committerClemens Barth <barth@root-1.de>2014-08-20 00:50:32 +0400
commitfa4a7afb3dbe7d673ff24b7f0fc75eba2c11c1eb (patch)
treea0b897a6152816dd6c284f8dbaaeab7259434540
parenta892084d180bdfb9627c035c4ef000b50041e7e9 (diff)
some version update
-rw-r--r--io_mesh_pdb/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py
index 02bac352..9d9b83d2 100644
--- a/io_mesh_pdb/__init__.py
+++ b/io_mesh_pdb/__init__.py
@@ -24,7 +24,7 @@
#
# Start of project : 2011-08-31 by Clemens Barth
# First publication in Blender : 2011-11-11
-# Last modified : 2013-04-04
+# Last modified : 2014-08-19
#
# Acknowledgements
# ================
@@ -33,15 +33,13 @@
# Other : Frank Palmino
#
#
-# To do: 1. Sticks in normal representation: options bonds and colors
-#
bl_info = {
"name": "Atomic Blender - PDB",
"description": "Loading and manipulating atoms from PDB files",
"author": "Clemens Barth",
"version": (1, 7),
- "blender": (2, 60, 0),
+ "blender": (2, 71, 0),
"location": "File -> Import -> PDB (.pdb)",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"