Hi Osvaldo,
Sorry for the delay. Mobile PyMOL development is taking up most of my time now.
There is no easy way. You'd need to wrap the save function. It would
look something like (warning untested code follows):
def my_save(file,object,header):
# make sure there's a newline after the header
Hi,
On Thu, Apr 05, 2012 at 08:01:11AM -0400, Jason Vertrees wrote:
> Due to the number of problems that arise when rendering on Intel video
> cards, we're going to automatically disable new rendering features if
> an Intel video card is detected. You will be able to use PyMOL, but
> with the olde
Michael,
The latest commit (3995) should fix this for the Intel card. Try
pulling the latest (3996) from the open source branch.
Cheers,
-- Jason
On Mon, Apr 9, 2012 at 10:24 AM, Michael Banck wrote:
> Hi,
>
> On Thu, Apr 05, 2012 at 08:01:11AM -0400, Jason Vertrees wrote:
>> Due to the number