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...)
 
Line 14: Line 14:
  
 
= See Also =
 
= See Also =
*[[Cartoon#Sausage_Representation putty]]
+
*[[Cartoon#Sausage_Representation|putty]]
 
*[[Cartoon_putty_scale_min]]
 
*[[Cartoon_putty_scale_min]]
 
*[[cartoon_putty_transform]]
 
*[[cartoon_putty_transform]]
  
 
[[Category:Settings]]
 
[[Category:Settings]]

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