Menu

SVN archive Commit Log


Commit Date  
[r14479] by bugman

Some fixes and improvements to the PyMOL macro related user functions.

2011-08-26 10:19:56 Tree
[r14478] by bugman

Created the front end for the pymol.macro_run user function.

This will be used to open and execute macros from text files.

2011-08-26 10:12:07 Tree
[r14477] by bugman

Renamed the PyMOL macro related user functions in the prompt/script front end.

The pymol.macro_exec() function is now called pymol.macro_apply(), and pymol.write() is now called
pymol.macro_write() to make it clearer.

2011-08-26 10:09:13 Tree
[r14476] by semor

A first trial at passing the "curve_type" to the C code.

However, something is wrong, potentially in the C code (see
compilation warning below) as relax now complains that
"an integer is required" for assignment to "curve_type":

====
maths_fns/relax_fit.c: In function 'setup':
maths_fns/relax_fit.c:66: warning: assignment makes integer from pointer without a cast
====

Anybody, any idea ?

2011-08-26 09:53:31 Tree
[r14475] by bugman

The PyMOL macro file extension is now correct in the pymol.write user function GUI page.

2011-08-26 09:46:58 Tree
[r14474] by semor

Replaced "PyString_AsChar" by "PyString_AsString" as the former does not exist...

2011-08-26 09:38:11 Tree
[r14473] by semor

Fixed the problem whereas the symbol "_curve_type" was missing...

2011-08-26 09:26:23 Tree
[r14472] by bugman

The PyMOL macro is registered as a pymol file in the results file structure rather than a Grace file.

2011-08-26 09:24:40 Tree
[r14471] by bugman

The force flag now defaults to True for the molmol.write and pymol.write user function GUI pages.

2011-08-26 09:23:11 Tree
[r14470] by bugman

Fixes for the pymol.write and molmol.write user function GUI pages.

The directory argument to the user function back end is now set to None as otherwise it defaults to
a directory such as 'pymol' which is then incompatible with the absolute file path from the file
dialog.

2011-08-26 09:20:54 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.