Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

miqser(1) [debian man page]

MIQSER(1)							   User Commands							 MIQSER(1)

NAME
miqser - RIB processor from Aqsis Renderer, a 3D rendering solution adhering to the RenderMan(R) standard SYNOPSIS
miqser [options] [RIB file...] DESCRIPTION
-h, -help Print this help and exit -version Print version information and exit -pause Wait for a keypress on completion -o, -output=string Set the output filename, default to <stdout> -outputstandard Print the standard declarations to the resulting RIB -v, -verbose=integer Set log output level 0 = errors 1 = warnings (default) 2 = information 3 = debug -i, -indentation=string Set output indentation type space or 1 (default) tab or 2 -l, -indentlevel=integer Set the indetation amount (default 4) -compression=integer Set output compression type 0 = none (default) 1 = gzip -b, -binary Output a binary encoded RIB file -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. -nc, -nocolor Disable colored output -syslog Log messages to syslog -archives=string Override the initial archive searchpath(s) (default ".") -ra, -readarchives Interpolate all ReadArchive calls into the output compiled Jun 5 2012 15:57:24 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/ miqser version 1.8.1 (revision 0) June 2012 MIQSER(1)

Check Out this Related Man Page

AQSL(1) 							   User Commands							   AQSL(1)

NAME
aqsl - shader compiler from Aqsis Renderer, a 3D rendering solution adhering to the RenderMan(R) standard SYNOPSIS
aqsl [options] <filename> DESCRIPTION
-o %s specify output filename -i%s Set path for #include files. -I%s Set path for #include files. -DSym[=value] define symbol <string> to have value <value> (default: 1). -USym Undefine an initial symbol. -backend %s Compiler backend (default slx). Possibilities include "slx" or "dot": slx - produce a compiled shader (in the aqsis shader VM stack language) dot - make a graphviz visualization of the parse tree (useful for debugging only). -h, -help Print this help and exit -version Print version information and exit -nc, -nocolor Disable colored output -d dump sl data -v, -verbose=integer Set log output level 0 = errors 1 = warnings (default) 2 = information 3 = debug compiled Jun 5 2012 15:57:24 AUTHOR
This manual page was created by Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> for Debian, with the help of 'help2man' and adding fixing some issues. The original Aqsis project doesn't ship manual pages. SEE ALSO
The main place for documentation for Aqsis is http://wiki.aqsis.org/ aqsl version 1.8.1 (revision 0) June 2012 AQSL(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

update a string variable and use in....

Hello Forun, i have a variable searchpath="/home/shailesh/project/debug" i want to make it like searchpath="/home/shailesh/project/debug/*.mk" and want to use this like for finding all *.mk files in debug folder. for f in "$searchpath" `find -type f`; do sed... (6 Replies)
Discussion started by: shailesh_arya
6 Replies