void ufoProcessGetRenderScale( ufoProcess process_instance, double *x_scale, double *y_scale);
Refer to the following table for command descriptions:
|
Command |
Description |
x_scale |
x scale of current render (x_scale <= 1) |
y_scale |
y scale of current render (y_scale <= 1) |
ufoProcessGetRenderScale returns the X and Y scale of the current render and may be called within ufoProcessRenderPixel, ufoProcessRenderLine, ufoProcessRenderRectangle, ufoProcessCanAvoidRendering, ufoProcessPreRender, ufoProcessPostRender, ufoProcessPreRenderPass, ufoProcessPostRenderPass, ufoProcessCalcDefinedRectangle, ufoProcessCalcNeedRectangles, ufoProcessCalcDefinedPixelTypes, ufoProcessSpecifyConvertPixelTypes, and from within any editor user function or event function in the editor GUI.
Autodesk Softimage v7.5