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...)
 
 
(One intermediate revision by the same user not shown)
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]]
 +
[[Category:Putty]]

Latest revision as of 10:52, 3 May 2010

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