Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

aqsis(1) [debian man page]

AQSIS(1)							   User Commands							  AQSIS(1)

NAME
aqsis - renderer from Aqsis Renderer, a 3D rendering solution adhering to the RenderMan(R) standard SYNOPSIS
aqsis [options] [RIB file...] DESCRIPTION
Aqsis command line renderer -h, -help Print this help and exit -version Print version information and exit -pause Wait for a keypress on completion -progress Print progress information -Progress Print PRMan-compatible progress information (ignores -progressformat) -progressformat=string printf-style format string for -progress -endofframe=integer Equivalent to "endofframe" RIB option -v, -verbose=integer Set log output level 0 = errors 1 = warnings (default) 2 = information 3 = debug -echoapi Echo all RI API calls to stdout as RIB -z, -priority=integer Control the priority class of aqsis. 0 = idle 1 = normal 2 = high 3 = RT -type=string Specify a display device type to use -addtype=string Specify a display device type to add -mode=string Specify a display device mode to use -d, -fb Same as --type="framebuffer" --mode="rgb" -crop x1 x2 y1 y2 Specify a crop window, values are in screen space. -nc, -nocolor Disable colored output -frames f1 f2 Specify a starting/ending frame to render (inclusive). -framelist=string Specify a range of frames to render, ',' separated with '-' to indicate ranges. -beep Beep on completion of all ribs -res x y Specify the resolution of the render. -option=string A valid RIB Option string, can be specified multiple times. -syslog Log messages to syslog -shaders=string Override the default shader searchpath(s) -archives=string Override the default archive searchpath(s) -textures=string Override the default texture searchpath(s) -displays=string Override the default display searchpath(s) -procedurals=string Override the default procedural searchpath(s) compiled Jun 5 2012 15:57:42 AUTHOR
This manual page was created by Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> for Debian, with the help of 'help2man'. The original Aqsis project doesn't ship manual pages. SEE ALSO
The main place for documentation for Aqsis is http://wiki.aqsis.org/ aqsis version 1.8.1 (revision 0) June 2012 AQSIS(1)

Check Out this Related Man Page

K-3D(1) 							   User Commands							   K-3D(1)

NAME
k3d-renderframe - Part of a simple system for queueing K-3D render jobs on the local host SYNOPIS
k3d-renderframe [options] [directory ...] DESCRIPTION
Extracted from http://www.k-3d.org/wiki/Network_Rendering Currently, K-3D implements a simple system for queueing rendering jobs on the local host. When the user initiates a job (such as rendering a preview image, rendering a final frame, or rendering an animation), a job directory is created (usually in /tmp, although this can be configured). The job directory contains a lock file, a control file named control.k3d, and one-to-many numbered frame directories. The name of the lock file changes to flag the sta.IP tus of the job as "ready", "running", "complete", or "error". The control.k3d file is currently unused. Each frame directory contains a lock file, a control file named control.k3d and zero-to-many frame resources. The name of the lock file changes to flag the status of the frame as "ready", "running", "complete", or "error". The control.k3d file is an XML file that encodes a set of operations that must be completed successfully to change the status of the frame from "ready" to "complete". Three types of operation are allowed: a "render" operation that executes a pre-con- figured render command using a fixed set of command-line arguments, a "copy" operation that copies a file from one filesystem loca- tion to another; and a "view" operation that displays a bitmap image using the user's choice of image viewer. The frame resources are inputs to the render engine, such as RIB files, texture images, shaders, etc. The k3d-renderjob executable is run with the path to a job directory as an argument. k3d-renderjob updates the job lock file, iter- ating over each frame directory, spawning an instance of k3d-renderframe for each frame (one at a time). k3d-renderframe is run with the path to a frame directory as an argument, updating the frame lock file, reading the control file, and executing the operations that it specifies. -h, --help prints this help information and exits --version prints program version information and exits AUTHOR
Written by Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> COPYRIGHT
Copyright (c) 1995-2010, Timothy M. Shead. All Rights Reserved. This software is licensed under the terms of the GNU General Public License; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
The K-3D Home Page: http://www.k-3d.org K-3D Version 0.8.0.2 June 2010 K-3D(1)
Man Page