Difference between revisions of "Cartoon putty scale max"

From PyMOLWiki
Jump to navigation Jump to search
(New page: = Overview = cartoon_putty_scale_max sets the max scale that PyMOL will use for rendering cartoon putty. = Usage = <source lang="python"> # set a max scale set cartoon_putty_scale_ma...)
(No difference)

Revision as of 20:37, 18 December 2008

Overview

cartoon_putty_scale_max sets the max scale that PyMOL will use for rendering cartoon putty.

Usage

# set a max scale
set cartoon_putty_scale_max, 3

# no limits on scaling
set cartoon_putty_scale_max, -1


See Also