Menu

SVN archive Commit Log


Commit Date  
[r14482] by bugman

Built the back end of the pymol.macro_run user function.

2011-08-26 10:36:18 Tree
[r14481] by bugman

Renamed the PyMOL and Molmol macro user function back ends.

2011-08-26 10:23:00 Tree
[r14480] by bugman

Modified the Molmol macro related user function front end to match those of PyMOL.

These are:
- molmol.macro_exec() is now molmol.macro_apply().
- molmol.write() is now molmol.macro_write().
- molmol.macro.run() has been added to execute macros from text files.

2011-08-26 10:21:21 Tree
[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
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.