From: Warren D. <wa...@de...> - 2005-08-30 12:33:30
|
Mathieu, =20 Deselect Sculpting from the builder menu or "unset sculpting" =20 Note that if you're doing this a lot, then create some custom on/off = function keys as follows: =20 # F1 to turn on sculpting cmd.set_key('F1',lambda :(cmd.set("sculpting"),cmd.set("auto_sculpt"))) =20 # F2 to turn off sculpting cmd.set_key('F2',lambda = :(cmd.unset("sculpting"),cmd.unset("auto_sculpt"))) =20 Cheers, Warren ________________________________ From: pym...@li... on behalf of Mathieu = Coincon Sent: Mon 8/29/2005 8:26 AM To: pym...@li... Subject: [PyMOL] Refinement in auto_sculpt Hi, i'm usinig pymol for modelling my protein in electron density. I like it very much but there is one thing I would like to understand. Is there a way to stop the refinement of the geometry: I'm using auto_sculpt and I protect/deprotect the protein but = sometimes the refinemt run during a long time I would like to stop it ? i played with = the number of cycles and other parameters but it didn't work. ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle = Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & = QA Security * Process Improvement & Measurement * = http://www.sqe.com/bsce5sf _______________________________________________ PyMOL-users mailing list PyM...@li... https://lists.sourceforge.net/lists/listinfo/pymol-users |