[chimera-dev] [Chimera-users] keyboard shortcuts
Eric Pettersen
pett at cgl.ucsf.edu
Tue Jan 7 12:46:54 PST 2014
As per Elaine's suggestion, I've changed the command from a boolean (set bgTransparency true/false) to the set/~set paradigm ("set" to turn it on, "~set" to turn it off).
--Eric
On Jan 6, 2014, at 3:33 PM, Eric Pettersen <pett at cgl.ucsf.EDU> wrote:
> 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
>
>
> _______________________________________________
> Chimera-dev mailing list
> Chimera-dev at cgl.ucsf.edu
> http://www.rbvi.ucsf.edu/mailman/listinfo/chimera-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-dev/attachments/20140107/5e3081cc/attachment.html>
More information about the Chimera-dev
mailing list