This is a read-only mirror of pymolwiki.org

Difference between revisions of "Talk:Simple Scripting"

From PyMOL Wiki
Jump to navigation Jump to search
(Created page with 'What is the advantage of defining a new command in a script over immediate execution of the commands when the script is run? I usually write my scripts without cmd.extend and I w…')
 
m (2 revisions)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
What is the advantage of defining a new command in a script over immediate execution of the commands when the script is run? I usually write my scripts without cmd.extend and I would like to know what I am missing...
 
What is the advantage of defining a new command in a script over immediate execution of the commands when the script is run? I usually write my scripts without cmd.extend and I would like to know what I am missing...
 +
 +
You are missing some PyMOL features like command completion of your command name.  :-)

Latest revision as of 00:44, 28 March 2014

What is the advantage of defining a new command in a script over immediate execution of the commands when the script is run? I usually write my scripts without cmd.extend and I would like to know what I am missing...

You are missing some PyMOL features like command completion of your command name. :-)