|
From: Boris K. <khe...@gm...> - 2013-01-22 13:09:16
|
I want to save current selection as a uniquetly-named pdb file. So I need tempfile of python. So I write def, and I want it have current selection as default one (not the '(all)'). How do I do that? I think it will be somewhere under cmd.get_session() I read the sources, but couldn't find a single instance where current selection would be a default one. |