From 6fd9329c5b115c883dc9cc64e96be2b4d899b86e Mon Sep 17 00:00:00 2001 From: Clemens Barth Date: Wed, 21 Mar 2012 21:50:24 +0000 Subject: Attention: big changes in __init__.py, almost no changes in import_pdb.py and export_pdb.py 1. With respect to the propositions made by Campbell and Sebastian (see http://projects.blender.org/tracker/?func=detail&group_id=153&aid=29226&atid=469) I changed the code. The PDB IO has now the preset option in the file dialog of the importer and exporter. 2. Furthermore, I have put all properties into one group, which is located in bpy.contect.scene. 3. Some code cleaning Soon, I will put in a new option (next days): the user can decide whether the panel is always, once or never shown after a PDB file is loaded. Note that the panel is essential for me and also my students. It helps quickly modifying PDB structures. Blendphys --- io_mesh_pdb/import_pdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_mesh_pdb/import_pdb.py') diff --git a/io_mesh_pdb/import_pdb.py b/io_mesh_pdb/import_pdb.py index 45d858bf..0db76e92 100644 --- a/io_mesh_pdb/import_pdb.py +++ b/io_mesh_pdb/import_pdb.py @@ -25,7 +25,7 @@ # # Start of project : 2011-08-31 by Clemens Barth # First publication in Blender : 2011-11-11 -# Last modified : 2012-03-09 +# Last modified : 2012-03-21 # # Acknowledgements: Thanks to ideasman, meta_androcto, truman, kilon, # dairin0d, PKHG, Valter, etc -- cgit v1.2.3