Skip to content
Snippets Groups Projects
  1. Nov 14, 2012
  2. Nov 10, 2012
  3. Nov 09, 2012
  4. Nov 04, 2012
  5. Nov 03, 2012
    • Clemens Barth's avatar
      As discussed a couple of times in the IRC chat, we decided to separate the · 4a26b71a
      Clemens Barth authored
      panel from the import/export addons. This means that the panel has had to be 
      removed also from the PDB importer/exporter. This is what I have done.
      
      Attention, this is a major change of the Atomic Blender PDB importer/exporter!
      
      A lot of test today have shown, that the new version of the PDB 
      importer/exporter has not lost its stability. In the next days, I will perform 
      other stability tests.
      
      Blendphys
      
      
      4a26b71a
  6. Oct 31, 2012
    • Clemens Barth's avatar
      · a051b5ba
      Clemens Barth authored
      Also in the PDB IO: relict from old times, which has been removed
      
      Blendphys.
      
      a051b5ba
  7. Oct 14, 2012
    • Clemens Barth's avatar
      · ab73e1f5
      Clemens Barth authored
      Some cosmetics ... .
      
      ab73e1f5
    • Clemens Barth's avatar
      · 08c946b8
      Clemens Barth authored
      When exporting structures from Blender into a PDB file it happened 
      sometimes that the xyz positions of the atoms weren't correctly 
      stored. Bug fixed.
      
      08c946b8
  8. Oct 13, 2012
  9. Jul 04, 2012
  10. May 30, 2012
    • Clemens Barth's avatar
      · 8cb3ba47
      Clemens Barth authored
      1. There was a bug when separating a single ball from a dupliverts
      structure upon pushing the button "Separate atom" in the Atomic Blender
      panel. 
      
      2. Thanks to an inspirations from <CoDEmanX> I changed the code such that 
      all selected atoms (vertices) in the "Edit Mode" are seperated at once.
      (new feature)
      
      Blendphys.
      
      8cb3ba47
  11. May 27, 2012
    • Clemens Barth's avatar
      · e4f4d8de
      Clemens Barth authored
      Some cosmetics ...
      
      Blendphys.
      
      e4f4d8de
  12. Apr 18, 2012
    • Clemens Barth's avatar
      · c1421af4
      Clemens Barth authored
      The Atomic Blender panel is loaded correctly when a blend file is loaded.
      
      Blendphys.
      
      c1421af4
  13. Mar 23, 2012
  14. Mar 22, 2012
    • Clemens Barth's avatar
      · 5127af87
      Clemens Barth authored
      Some code cleaning ...
      
      Blendphys 
      
      
      
      5127af87
    • Clemens Barth's avatar
      · 29e19387
      Clemens Barth authored
      1. New: The user can now decide whether the panel is always, once or never shown 
      after a PDB file is loaded. Note that the panel is quite essential since it 
      helps quickly modifying PDB structures.
      2. Some code cleaning
      3. Wiki has been updated
      
      Blendphys 
      
      
      29e19387
  15. Mar 21, 2012
    • Clemens Barth's avatar
      · 6fd9329c
      Clemens Barth authored
      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 
      
      6fd9329c
  16. Mar 11, 2012
    • Thomas Dinges's avatar
      Addons: · d4dd3345
      Thomas Dinges authored
      * Remove api info, this is not used anymore. 
      d4dd3345
  17. Mar 09, 2012
    • Clemens Barth's avatar
      · 54ea5183
      Clemens Barth authored
      PDB - Importer/Exporter
      =======================
      - Update of date
      
      
      Blendphys 
      
      54ea5183
    • Clemens Barth's avatar
      · 77cc3c75
      Clemens Barth authored
      Importer
      ========
      
      + normalization ...
      
      Blendphys 
      
      
      
      77cc3c75
    • Clemens Barth's avatar
      · fadd3b04
      Clemens Barth authored
      Importer
      ========
      
      I forgot a '-' in the vector ...
      
      Blendphys 
      
      
      
      fadd3b04
    • Clemens Barth's avatar
      · 393fe8dc
      Clemens Barth authored
      Importer
      ========
      
      I removed a small bug: Double or triple bonds were not shown for atoms, which
      have only one neighbour.
      
      BTW: I updated the wiki.
      
      Blendphys 
      
      
      
      393fe8dc
  18. Mar 01, 2012
    • Clemens Barth's avatar
      · 3c8e1027
      Clemens Barth authored
      Importer
      ========
      The length of the 'unit stick' of the dupliface structure that is used for 
      representing the sticks can now be explicitly chosen before loading a PDB 
      structure.
       
      It was always on 0.05 Angstrom, which is a quite small value. Loading 
      structures with lots of sticks was therefore very slow. The value can now be 
      changed [from 0 to infinity]. I have set the default value onto 0.2 Angstrom,
      which should be sufficient.
      
      Note: The smaller the value, the better is the length precision. However, the 
      more single units need to be drawn (more vertices).
      
      By time, I will change the wiki ... in some days.
      
      Blendphys 
      
      3c8e1027
  19. Feb 29, 2012
    • Clemens Barth's avatar
      · bcb9be44
      Clemens Barth authored
      Exporter
      - Either active objects with a proper element name or all active objects are
        exported depending on EnumProperty in File dialog: all <-> element 
      - Removed a bug in the exporter: 'import_pdb.ATOM_PDB_ELEMENTS_DEFAULT' is
        used instead of 'import_pdb.ATOM_PDB_ELEMENTS' <= is sometimes empty list
      
      Importer
      - The name of the representive ball of a dupliverts technique is now shorter:
        from 'Ball (NURBS)_<element>' to  'Ball_<element>'; The name of the element 
        is not cut in the outliner.
      
      
      Blendphys 
      
      
      
      
      bcb9be44
  20. Feb 26, 2012
  21. Feb 07, 2012
    • Clemens Barth's avatar
      · 3dc406ac
      Clemens Barth authored
      Dear all.
      
      I updated the date of change.
      
      Blendphys 
      
      
      
      3dc406ac
    • Clemens Barth's avatar
      · 3c31e5e3
      Clemens Barth authored
      Dear all.
      
      Bug: The script crashed when sticks with the colors of atoms
      were drawn in the presence of TER lines in the PDB file. 
      This bug has been removed.
      
      Blendphys 
      
      
      
      3c31e5e3
  22. Jan 18, 2012
  23. Jan 14, 2012
  24. Dec 30, 2011
    • Clemens Barth's avatar
      · d3bcfd68
      Clemens Barth authored
      Dear all.
      
      Here comes version 1.2 !
      
      New 
      ===
      1. Double and tripple bonds can now be displayed. The option 'bonds' needs to be
      checked. One can also choose the distance between the sticks.
      
      2. If the bool 'smooth' is checked the shape of the sticks is more round.  
      
      Changes
      =======
      - Buttons, which depend on other buttons, are grayed out as soon as the
      'master button' is deactivated.
      - Other small bug fixes
      
      
      With this version 1.2 I consider the PDB project as 'accomplished' so far. 
      Of course, I will keep an eye on any critics, changes, bug fixes and so on. 
      Please, let me know if you find any bugs. Thanks.
      
      
      
      Happy New Year!
      
      
      
      
      Blendphys 
      
      
      
      d3bcfd68
  25. Dec 27, 2011
  26. Dec 26, 2011
    • Clemens Barth's avatar
      · 910a5a70
      Clemens Barth authored
      ... only small changes, that's it ...
      
      Cheers,
      
      Blendphys 
      
      
      
      910a5a70
    • Clemens Barth's avatar
      · da8002f8
      Clemens Barth authored
      Dear all.
      
      1. New option: sticks connecting atoms can have now the color of the atoms.
      2. New button in the panel: 'Show sticks' scales the atom radii such that only
         the sticks are visible.  
      3. A bug was removed: Scaling atoms with a specific name scaled also the sticks.
         This does not happen anymore.  
      
      - Due to the changes, the script has version 1.1
      - To be done: Update of both Wiki pages (next days)
      - Probably, I commit a 2nd time today.
      
      Merry Christams,
      
      Blendphys 
      
      da8002f8
  27. Dec 22, 2011
    • Clemens Barth's avatar
      · b99dae24
      Clemens Barth authored
      Dear all.
      
      1. Changes of the 'Atomic Blender - PDB importer' panel. I've 
      grouped specific in/outputs and buttons by using boxes. Now,
      there is some order in the panel.
      2. Better precision for sticks
      3. No other changes otherwise ...
      
      Merry Christams,
      
      Blendphys 
      
      
      
      b99dae24
  28. Dec 14, 2011
    • Clemens Barth's avatar
      · f705507e
      Clemens Barth authored
      Dear all.
      
      Some changes in the code, which reads PDB files, have
      been done.
      
      If you find bugs, please let me know. Thx. 
      
      Cheers,
      
      Blendphys.
      
      
      
      f705507e
  29. Dec 02, 2011
  30. Dec 01, 2011
    • Campbell Barton's avatar
      · 09a798bb
      Campbell Barton authored
      Moving PDB importer into trunk,
      
      thanks to Clemens Barth for making all edits requested to have this in an acceptable quality level.
      
      There are a few todo's still but at this point the script is better then the previous PDB importer in trink, so better to include this in the 2.61 release.
      
      [[Split portion of a mixed commit.]]
      09a798bb
    • Campbell Barton's avatar
      removing this PDB importer in preparation to replace with a re-written one... · dd829de7
      Campbell Barton authored
      removing this PDB importer in preparation to replace with a re-written one which supports more file types
      dd829de7
Loading