9.5.2
Table Of Contents
- NET Render
- End User Agreement
- Contents
- 1. Introduction
- 2. Installation
- 3. How To...
- Rendering a Scene
- Rendering a Still Image
- Monitoring Render Jobs
- Locating Results
- Locating Rendered Animations
- Cleaning Up
- No Results? (Troubleshooting)
- Updating Projects
- Job Priorities
- Aborting Jobs
- Working Dynamically with Clients
- Worst-Case Scenarios! (Troubleshooting)
- Client Administration
- User Administration
- Modifying Web Pages
- 4. Reference
- 5. Appendices
- Configuration Files
- General Rules
- client.ini Sections & Variables
- server.ini Sections & Variables
- (admin) Section
- (user) Section
- Using Plugins & Modules
- Large Networks
- Security Issues
- IP Adressing
- TCP Port Numbers
- Installing & Config. TCP/IP
- Hardware Considerations
- Configuring TCP/IP WIN
- Configuring TCP/IP Mac OS
- Support
- Glossary
- 6. Troubleshooting
- No Connection to Server...
- Port 8080 Occupied
- Missing Modules
- Only 3 Clients Rendering...
- Firewall Issues/Denied Access
- Trouble with ISDN & Internet Software
- Dynamic TCP/IP Adress
- Inaccurate Calculations
- Radiosity/Caustics
- Animations not Rendered...
- Scenes not Rendered...
- Computer Freezes...
- Misc. Notes
- Limitations
- Index
48 • APPENDICES
APPENDICES • 49
NET
; User Management
[admin]
name = Administrator
password = Hello_Password
info = "Programmer"
priority = 100
[user]
name = Guest
password =
info = "Test Account"
priority = 0
[user]
name = pablo_picasso
password = paloma
info = "Artist"
priority = 50
In this example there are multiple sections. You can see that there is an administrator account as
well as two additional user accounts with the name Guest and pablo_picasso. The user Guest has no
password at all and therefore can be accessed by everybody; logically this user is given the lowest
priority possible!
On the following pages you will get a detailed explanation of every section.
General Rules
comments start with a semicolon
you can dene only one section or variable per line
use the ‘=’ operator to assign a value to a variable
you can assign text directly to a variable. You only need to enclose text in
double quotes if you want to use blank spaces for separation of words. Example
name=test_user but name="test user"
unless otherwise stated, all sections and entries are required
the order of the variables within a section as well as the order of the sections
is not important