Menu

SVN archive Commit Log


Commit Date  
[r14510] by bugman

Bug fix for the pymol.macro_apply user function - the command history is now cleared.

Without this, previous macro files will be executed, but if they were temporary and no longer exist,
then pymol fails.

2011-08-29 13:10:50 Tree
[r14509] by bugman

Fix for the execution of pymol macros via the pymol.macro_apply user function.

The PyMOL commands are now written to a temporary file and this file is executed via the @x run
syntax. The PyMOL commands sent into the interface are asynchronously processed so that executing
a macro in that way always fails. However the commands in a *.pml macro file are processed
synchronously, eliminating the annoying bug.

2011-08-29 13:04:26 Tree
[r14508] by bugman

Fixes for the user function docstrings for the changes to the macro modules.

2011-08-29 12:23:23 Tree
[r14507] by bugman

The Molmol and PyMOL classes are now initialised by the model-free class and the methods aliased.

2011-08-29 12:21:19 Tree
[r14506] by bugman

Added the macro_base module to the __all__ package list.

2011-08-29 12:17:57 Tree
[r14505] by bugman

All the model-free macro methods are no longer private.

The class will not be used as a base class for the model-free specific class.

2011-08-29 12:17:05 Tree
[r14504] by bugman

Added module docstrings for all the model-free macro modules.

2011-08-29 12:15:17 Tree
[r14503] by bugman

Removed unused imports.

2011-08-29 12:13:22 Tree
[r14502] by bugman

Abstracted the model-free 'classic' Molmol and PyMOL creation in to a base class.

As most of the code between the specific_fns.model_free.molmol and specific_fns.model_free.pymol
modules is identical, this significantly simplifies the code base.

2011-08-29 12:07:03 Tree
[r14501] by bugman

Completely converted the PyMOL model-free macro creation from Molmol to PyMOL commands.

This now reproduces the Molmol 'classic' representation.

2011-08-29 11:28:13 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.