home *** CD-ROM | disk | FTP | other *** search
- ;------IMPORTANT!-------------------------------------
- ;Be sure to edit all parameters indicated by !!! to
- ; match your system before using for network
- ; rendering. As shipped, this works for stand-alone
- ; queue rendering. See Chapter 2, "Advanced
- ; Rendering," in the Advanced User's Guide for
- ; details on network and queue rendering.
- ;-----------------------------------------------------
- ; LOCAL MACHINE INFORMATION
- ;!!!Machine owner's name used to identify whose machine is
- ; whose. (Up to 12 characters)
- NET-OWNER = "AJ Drol"
-
- ;!!!Machine name (Up to 20 Characters) Each machine
- ; should have a unique name.
- NET-NAME = "486/66-#22-16MB"
-
- ;!!!ID number for local machine (0-9999) Each machine
- ; MUST have a unique ID.
- NET-MACHINE-ID = 5545
-
- ;Sets whether machine starts 3D Studio as a slave (SLAVE)
- ; or as a workstation (OFF). You must have a hardware
- ; lock in the parallel port to boot as a workstation,
- NET-MACHINE-TYPE = OFF
- ;-----------------------------------------------------
- ; RENDER DISPLAY OUTPUT
- ;Sets default display for network rendering. Unless all
- ; network machines have identical displays,set this to
- ; null. You must then specify a width, height, and pixel
- ; aspect ratio for the output, but all output frames are
- ; sure to render in the same resolution. Can be overridden
- ; in Network Parameters dialog box.
- NET-DISPLAY = NULL
-
- ;Sets whether the Renderer warns you if you there is a
- ; blank width, height, or aspect ratio field. If OFF or NO,
- ; images may be rendered to each machine's display default
- ; resolution and aspect ratio, without warning.
- NET-REZ-WARNING = YES
- ;-----------------------------------------------------
- ; RENDERER DISPLAY MODE
- ;Sets whether Renderer uses Box mode when rendering. Set to
- ; ON or YES to use Box mode.
- NET-BOX-MODE = YES
- ;-----------------------------------------------------
- ; PATH DEFINITIONS
- ;!!!Shared disk directory for all network control files
- ; Do not use root! All net rendering machines must
- ; share this directory.
- NET-PATH = "network"
-
- ;Should image output be sent to local or server path.
- ; Sets default for active "Output File:" button in
- ; Network Queue Entry dialog box.
- NET-DESTINATION = LOCAL
-
- ;Path to send images to the local (rendering) machine.
- ; Can be overriden in Network Parameters dialog box.
- NET-LOCAL-PATH ="images"
-
- ;!!!Path to send images to the server.
- ; Can be overriden in Network Parameters dialog box.
- NET-SERVER-PATH = "images"
- ;-----------------------------------------------------
- ; NET COMMUNICATIONS SETTINGS
- ;Sets time interval in minutes between "squawks". Each
- ; machine "squawks" periodically to notify network of
- ; its status. Range is 1-10.
- NET-SQUAWK = 1
-
- ;Sets time interval in seconds between inquiries from this
- ; system to others on the network. Range is 1-100.
- NET-POLL-TIME = 1
-
- ;Sets whether the network should check for machine timeouts.
- NET-TIMEOUT-CHECK = YES
-
- ;Sets the time interval in minutes that a machine is allowed
- ; to sit without squawking before it's treated as having
- ; crashed. Range is 1-60.
- NET-TIMEOUT = 4
- ;-----------------------------------------------------
- ; NET OUTPUT
- ;Sets whether explicit error messages are included in the
- ; log file. Generally, this should be set ON or YES.
- NET-VERBOSE = YES
-
- ;Sets whether an additional log file formatted for spreadsheet
- ; use is created with each project. Filename is PROCESS.DAT,
- ; where PROCESS is the name you assign to a project.
- NET-DAT-FILE = YES
- ;-----------------------------------------------------
-
- END
-