int ufoProcessFieldRendering( ufoProcess process_instance);
ufoProcessFieldRendering returns whether the current render is in field or frame mode.If in field mode The full output should still be rendered. This function is mainly useful if you are using temporal frame access on your inputs in which case you may need to access inputs at field intervals.
ufoProcessFieldRendering may be called within ufoProcessRenderPixel, ufoProcessRenderLine, ufoProcessRenderRectangle, ufoProcessCanAvoidRendering, ufoProcessPreRender, ufoProcessPostRender, ufoProcessPreRenderPass, ufoProcessPostRenderPass, ufoProcessCalcDefinedRectangle, ufoProcessCalcNeedRectangles, ufoProcessCalcDefinedPixelTypes, and ufoProcessSpecifyConvertPixelTypes.
Autodesk Softimage v7.5