How to save a Scene Description Language (SDL) file for editing and rendering.
To cancel the process, press .
Note the following when exporting an SDL file:
The file name you use for the SDL file is also used within the SDL file to specify the output image file name. For example, if the SDL file is named Planet, then the camera section of the SDL file contains:
pix = “pix/Planet”,
If there is a second perspective camera named camera2, the SDL file also contains:
pix =”pix/Planet_camera2”,
If you have more than one perspective window, but only want to render an image (or series of images) from one of them, either edit the SDL file, or pick all objects, lights, and only one camera, and then select File > Export > Active As ,and use that file to export an SDL file from.
setenv ALIAS_SDL_LONGFORM 1