ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/trad.hlp
(Generate patch)

Comparing ray/src/util/trad.hlp (file contents):
Revision 2.5 by greg, Sun Nov 6 09:39:09 1994 UTC vs.
Revision 2.11 by greg, Thu Jul 6 12:23:37 1995 UTC

# Line 2 | Line 2
2  
3   This help file is associated with the trad interface to the Radiance
4   rad(1) program.  Trad consists of trad.wsh and one do_*.tcl file for
5 < each screen.  There are currently seven such screens:  Action, File,
6 < Options, Results, Scene, Views and Zone.
5 > each screen.  There are currently seven such screens:  File, Scene,
6 > Zone, Views, Options, Action and Results.
7  
8   .Trad.Intro
9  
# Line 745 | Line 745 | to maintain a specific pixel aspect ratio (1 by defaul
745  
746   The default value for this variable is "512".
747  
748 + .Views.Rawsave
749 +
750 + The "Rawsave" check box determines whether or not the raw output picture
751 + from rpict will be saved.
752 + The default action (box unchecked) is to remove this file, since it
753 + takes up disk space and is not generally useful.
754 + However, if you wish to perform some special filtering function on
755 + the file, this file can be renamed instead of removed by checking this box.
756 + The final name in this case will be the same as the finished
757 + picture, except with a ".rwp" suffix.
758 +
759   .Views.Copy
760  
761   The "Copy" button in the Views screen permits those variables
# Line 875 | Line 886 | a given rendering has progressed.
886   Normally, progress reports and errors during batch renderings
887   are sent to the error file given by the root of the rad input
888   file name followed by the ".err" suffix.
889 < (See the "Errors" topic under the "Action" screen category.)
889 > (See the "CheckErr" topic under the "Action" screen category.)
890   If you wish these reports and errors to be directed to a different
891   file, follow the time interval by a space and a file name.
892  
# Line 1055 | Line 1066 | just to the right.
1066   Other views may be accessed within rview using the "L name"
1067   command, and new views can be added with the "V name"
1068   command.
1058 (See the rview(1) man page and the "View" topic in the current
1059 help category for more information.)
1069  
1070 + When using the "V" command to change an existing view, do not
1071 + give it an existing name because the previous view will not be overridden.
1072 + Instead, give it a new name (or no name, which will show up as
1073 + a number later), then use the Views screen to override the previous
1074 + view definition with the new one.
1075 + (See the "View" topic in the current
1076 + help category, the "Change" topic under "Views" and the rview(1)
1077 + manual page for more information.)
1078 +
1079   If the octree is out-of-date, it will be rebuilt before rendering
1080   begins.
1081  
# Line 1071 | Line 1089 | rendering, selects the view or views to render in batc
1089   If the special entry "ALL" is selected, then every view in the
1090   current list will be rendered if it hasn't been already.
1091  
1092 + The view menu next to the "rview" button will be disabled if there
1093 + is only one view to choose from.
1094 + The view menu next to the "Start" button will be disabled if there
1095 + is a batch job in progress, and thus the view cannot be changed.
1096 +
1097   The batch rendering view menu also selects the view or views
1098   to use in producing a script during a dry run.
1099  
# Line 1091 | Line 1114 | disabled, and rendering progress can be monitored by c
1114   the error file periodically.
1115   (This file is named by the root of the rad input file followed by
1116   ".err".)
1117 < When a batch process is started or already running, this button
1118 < will be disabled.
1117 > When a batch process is started or already running, or when a
1118 > process is on another host and its status is unknown,
1119 > this button will be disabled.
1120  
1121   The background process can be killed during this or later
1122   invocations of trad using the "Kill" button.
1123 + If the process was started on another machine and the status is unknown,
1124 + it will be necessary to run trad from the other host or remove the error
1125 + file manually before starting a background process on this machine.
1126 + This is to protect you from the great confusion that results when two
1127 + machines are working from the same project file.
1128  
1129   .Action.Kill
1130  
# Line 1110 | Line 1139 | screen, no data is lost by killing and restarting a ba
1139   rendering, though some new startup costs will be incurred.
1140  
1141   The "Kill" button is disabled if no running batch process is
1142 < detected.
1142 > detected on the current host machine.
1143  
1144   .Action.CheckErr
1145  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines