Re: [PyMOL] Rendering Unit Cell in API

2020-10-08 Thread Thomas Holder
Hi Shay, I think the unit cell is simply clipped off with how you set up the camera view. Try calling "clip" after every "zoom" call, like this: cmd.zoom(complete=1) cmd.clip("slab", 100) Cheers, Thomas > On Sep 30, 2020, at 4:42 PM, CHAUDHURI, SHAY (PGR) > wrote: > > Hi all, > > I'm t

Re: [PyMOL] Rendering Unit Cell in API

2020-10-01 Thread CHAUDHURI, SHAY (PGR)
10th Street, BRC 466 Oklahoma City, OK 73104-5419 From: CHAUDHURI, SHAY (PGR) [s.chaudh...@warwick.ac.uk] Sent: Wednesday, September 30, 2020 9:42 AM To: pymol-users@lists.sourceforge.net Subject: [EXTERNAL] [PyMOL] Rendering Unit Cell in API Hi all, I'm tryin

Re: [PyMOL] Rendering Unit Cell in API

2020-09-30 Thread Mooers, Blaine H.M. (HSC)
AL] [PyMOL] Rendering Unit Cell in API Hi all, I'm trying to generate a series of rendered images using the API. The script itself works fine but the only thing that isn't being rendered is the unit cell. I have been using the cmd.show(representation='cell') command to try and

[PyMOL] Rendering Unit Cell in API

2020-09-30 Thread CHAUDHURI, SHAY (PGR)
Hi all, I'm trying to generate a series of rendered images using the API. The script itself works fine but the only thing that isn't being rendered is the unit cell. I have been using the cmd.show(representation='cell') command to try and get the unit cell to show but it doesn't appear to be wo