Reference/XML Remote Control
From Affogato
Revision as of 16:18, 20 March 2008; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
Contents |
[edit]
Introduction
Values in the XML file fed to Affogato override values found in the AffogatoGlobals in the resp. scene.
This means that if a value is not specified in the XML, it is taken from the first set of AffogatoGlobals found in the scene.
If there are no AffogatoGlobals in the scene, Affogato creates a set of AffogatoGlobals with default values which then get overwritten by whatever values are defined in the XML.
Also see the AffogatoRender() script command in the Command Reference.
[edit]
Booleans
Boolean parameters that have a value different than "off" will be considered to be 'on'.
[edit]
Tags
[edit]
<file>
- frames attribute
[edit]
<job>
- launch attribute
- type attribute
- dir attribute — overrides Affogato's directory for temporary files.
- blocknumber attribute — string that gets appended to the job file Affogato writes after the RIB gen. Commonly used for jobs that are split into blocks. But may also be useful for hacking. E. g. to make Affogato not overwrite an existing job file if you are lacking permissions to move it.
[edit]
<renderman>
[edit]
<renderer>
- version attribute
- command attribute — set the command to render images. Can be used to quickly switch to another renderer. Make sure the command is 'understood' in the environment you run XSI (batch) in.
[edit]
<sampling>
- samples attribute — used to set the same number of samples in x and y. Takes precedence over samplesx and samplesy.
- samplesx attribute
- samplesy attribute
- jitter attribute
- samplemotion attribute
[edit]
<reyes>
- shadingrate attribute
- smoothshading attribute
- curvewidthshading attribute
- bucketsize attribute — used to set the same bucket width and height. Takes precedence over bucketsizex and bucketsizey.
- bucketsizex attribute
- bucketsizey attribute
- gridsize attribute
- bucketorder attribute
- texturememory attribute
- eyesplits attribute
- opacitythreshold attribute
- motionfactor attribute
- focusfactor attribute
- extrememotiondepthoffield attribute
[edit]
<rays>
- enable attribute
[edit]
<path>
- createmissingdirectories attribute

