Changeset 4455 for branches/1.3
- Timestamp:
- Jul 1, 2014, 12:53:37 PM (10 years ago)
- Location:
- branches/1.3/gui/scripts
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/gui/scripts/visviewer.tcl
r4447 r4455 287 287 continue 288 288 } 289 puts stderr " render server is $data"289 puts stderr "Render server is $data" 290 290 # We're connected. Cancel any pending serverDown events and 291 291 # release the busy window over the hull. -
branches/1.3/gui/scripts/vtkglyphviewer.tcl
r4449 r4455 434 434 eval itk_initialize $args 435 435 Connect 436 update437 436 } 438 437 -
branches/1.3/gui/scripts/vtkisosurfaceviewer.tcl
r4449 r4455 453 453 EnableWaitDialog 500 454 454 Connect 455 update456 455 } 457 456 -
branches/1.3/gui/scripts/vtkstreamlinesviewer.tcl
r4449 r4455 453 453 eval itk_initialize $args 454 454 Connect 455 update456 455 } 457 456 -
branches/1.3/gui/scripts/vtkvolumeviewer.tcl
r4450 r4455 412 412 eval itk_initialize $args 413 413 Connect 414 update415 414 } 416 415
Note: See TracChangeset
for help on using the changeset viewer.