Changeset 3793 for trunk/gui/scripts/vtkviewer.tcl
- Timestamp:
- Jul 12, 2013 9:28:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/vtkviewer.tcl
r3783 r3793 1368 1368 if { $type == "polydata" } { 1369 1369 ChangeColormap $dataobj $comp $palette 1370 #SendCmd "polydata colormode scalar {} $dataset" 1370 1371 } 1371 1372 } … … 2237 2238 -from 0.0 -to 2.0 -resolution 0.05 -label "" \ 2238 2239 -showvalue true -orient horizontal \ 2239 -command [itcl::code $this Eventually AtomScale] \2240 -command [itcl::code $this EventuallySetAtomScale] \ 2240 2241 -variable [itcl::scope _settings(molecule-atomscale)] 2241 2242 $inner.atomscale set $_settings(molecule-atomscale) 2242 2243 Rappture::Tooltip::for $inner.atomscale \ 2243 "Adjust scale of atoms (spheres or balls). 1.0 is the full VDWradius."2244 "Adjust scale of atoms (spheres or balls). 1.0 is the default radius." 2244 2245 2245 2246 label $inner.bondscale_l -text "Bond Scale" -font "Arial 9" … … 2247 2248 -from 0.0 -to 1.0 -resolution 0.025 -label "" \ 2248 2249 -showvalue true -orient horizontal \ 2249 -command [itcl::code $this Eventually BondScale] \2250 -command [itcl::code $this EventuallySetBondScale] \ 2250 2251 -variable [itcl::scope _settings(molecule-bondscale)] 2251 2252 Rappture::Tooltip::for $inner.bondscale \ … … 2258 2259 -width 15 -font "Arial 7" \ 2259 2260 -showvalue on \ 2260 -command [itcl::code $this Eventually MoleculeOpacity]2261 -command [itcl::code $this EventuallySetMoleculeOpacity] 2261 2262 2262 2263 blt::table $inner \ … … 2418 2419 "molecule" { 2419 2420 SendCmd "molecule add $tag" 2420 SendCmd "molecule rscale van_der_waals $tag"2421 2421 set _haveMolecules 1 2422 2422 } 2423 2423 "polydata" { 2424 2424 array set settings { 2425 -color \# 6666FF2425 -color \#FFFFFF 2426 2426 -edges 1 2427 2427 -edgecolor black
Note: See TracChangeset
for help on using the changeset viewer.