[chimera-dev] [Chimera-users] keyboard shortcuts
Eric Pettersen
pett at cgl.ucsf.edu
Mon Jan 6 15:33:14 PST 2014
On Dec 31, 2013, at 12:29 PM, Tom Goddard <goddard at sonic.net> wrote:
> Currently there is no command to set background transparency. We should add a "set backgroundTransparency true|false" command to do this so you can put it in a script. It will call the setBackgroundOpacity() routine in chimera/printer.py. Until that is added you could use a little Python script transpbg.py:
>
> from chimera import printer
> printer.setBackgroundOpacity(True)
>
> and call it from your movie command script with "open transpbg.py"
I have added this command and it will be in tonight's build, except that it is called "set bgTransparency" (instead of "set backgroundTransparency"), similar to "set bgColor".
--Eric
Eric Pettersen
UCSF Computer Graphics Lab
http://www.cgl.ucsf.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-dev/attachments/20140106/42dbfe6a/attachment.html>
More information about the Chimera-dev
mailing list