[Bf-extensions-cvs] [fa4a7af] master: some version update

Clemens Barth noreply at git.blender.org
Tue Aug 19 22:50:46 CEST 2014


Commit: fa4a7afb3dbe7d673ff24b7f0fc75eba2c11c1eb
Author: Clemens Barth
Date:   Tue Aug 19 22:50:06 2014 +0200
Branches: master
https://developer.blender.org/rBAfa4a7afb3dbe7d673ff24b7f0fc75eba2c11c1eb

some version update

===================================================================

M	io_mesh_pdb/__init__.py

===================================================================

diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py
index 02bac35..9d9b83d 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/"



More information about the Bf-extensions-cvs mailing list