Hi again, Michael - 

This can be adjusted either globally via the `auto_zoom` setting:

        set auto_zoom, off

or when loading a PDB with the `load` or `fetch` commands:

        load my_structure.pdb, zoom=0
        fetch 1xyz, async=0, zoom=0

Here I also include `async=0` as you would in a script to make PyMOL wait until 
the file is loaded to continue.

Hope that helps.

Cheers,
Jared

https://pymolwiki.org/index.php/Auto_zoom
https://pymolwiki.org/index.php/Load
https://pymolwiki.org/index.php/Fetch



On March 28, 2019 at 1:18:08 AM, Michael Morgan (michaelmorgan...@gmail.com) 
wrote:

Hello,

 

When I create an object, it will be zoomed and focused. Where can I change 
setting for this?

 

Thanks.

 

Michael

 

_______________________________________________  
PyMOL-users mailing list  
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net  
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe
_______________________________________________
PyMOL-users mailing list
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
Unsubscribe: 
https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe

Reply via email to