Re: [PyMOL] saving commands created by cmd.extend() in session files

2005-04-11 Thread Michael George Lerner
ack! the code i sent works with some simple functions, but not with everything. i'll toy around with it some more, but i'll still have the same question: would it be possible for pymol to save the results of cmd.extend in session files and restore them if security is turned off? thanks, -mi

[PyMOL] saving commands created by cmd.extend() in session files

2005-04-11 Thread Michael George Lerner
hi, i have some scripts that load a bunch of files and do various smart things to make it easy to work with my data. in particular, they define functions and use cmd.extend() to register those functions. the setup takes a long time, and is therefore inconvenient. i'd like to go through it o