|
|
|
StandalonesA standalone application is one which does not bring up the interactive Soft display. All the SAAPHIRE calls are available but you must do everything yourself, you cannot drop back to Soft interactive to load a scene or select something. There are no .cus files or entry points to worry about. A SoftWish standalone can be a Tcl/Tk interpreter window from which you can source and
run your code. You bring up such a window like this:
To exit the SoftWish interpreter type: exit
If your script needs to behave differently when run as a standalone it can examine the value of the SW_whoAmI global variable. This will be: "STANDALONE" when running from a standalone. SoftWish can be customized system-wide by editing SI_LOCATION/3D/custom/SoftWish/script/init.tcl. User-specific customizing can be done from tkcon.cfg in each user's HOME directory (this file and a HOME directory must exist). |
|
copyright Video-Collage Inc. |