Difference between revisions of "Talk:Slerpy"

From PyMOLWiki
Jump to navigation Jump to search
(explanation of minor code change)
 
(No difference)

Latest revision as of 00:24, 14 June 2007

I took the liberty to add one line of code to slerpy.py: Since the sread command only reads in the key file and one has to read in the .pse manually anyway, I found it more intuitive to type

sread myfile.key

rather than

sread myfile

So, if you gave the full name of the key frame, the sread function would crash. I therefore added a line of code to the writeKeyViewFile function to ignore the .key of the filename in case you typed it. Thus, both ways are accepted. --Splette 23:24, 13 June 2007 (CDT)