Hello, I have a 60-state session file that contains three objects: one of them has a single state, while other two have several. In the first state of the session objects #1 and #2 are loaded, and halfway through object #2 is deleted and object #3 is loaded. Is it possible to save the individual states as a session, discarding the others? I thought of using split_states and deleting the multi-state objects, but in this case the object #1 is discarded.
This is what it looks like: mset 1 -60 #obj01 = 1-state object #obj02 = 20-state object #obj03 = 40-state object load obj01, obj01, 1 load obj02, obj02, 1 mdo 21: load obj03, obj03, 41 ; delete obj 02 Thank you, Vitaly ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net