TYPE: ROP
TITLE: CodeData ROP

The CodeData output operator generates static code files from a particular OP.

Parameters:
    Render        - Begins the render.
    Frame Range   - Allows specification of a range of frames to render.
    Start/End/Inc - Specifies the first and last frames and the increment.
                    Note that when rendering a sequence of images with a
                    fraction Inc, $N is the number of the frame rendered, 
                    $F is the nearest integer frame number, $FF is the 
                    floating point frame number
    Network Type  - Selects the type of network to generate data from.
    Network       - Selects which network (ie: object, popnet, etc) to
                    source from.
    OP Name       - Which operator to use as the source for the data
                    source
    Data Name     - The prefix for all data to be referred to by.
    Attribute/Chan - In the case of SOPs, which attributes to be
		    written out.  P is always assumed to occur first.
                    pCapt, Cd, and uv are treated specially.  In the case 
                    of CHOPs, which channels to output.  Unused for COPs.
    Output DSM    - The data file output, compileable with the PS2
                    assembler, and can then be linked to the
                    executable.
    Output Header - The header file which references the data.
    Open Polygons - Whether to output open polygons or closed polygons
                    for the SOP case.

Local Variables:
    N            - Frame being rendered.
    NRENDER      - Total number of frames being rendered.
