ufoProcessSetRasterInEdgeMode

void ufoProcessSetRasterInEdgeMode(
   ufoProcess process_instance,
   int input_index,
   ufoEdgeMode edge_mode);

Refer to the following table for command descriptions:

Command

Description

ufoEdgeMode

 

ufoEdgeNoClamp

Do not clamp output render to input bounds

ufoEdgeNoClamp

Clamp output render to input bounds (default)

If an effect can render to an output region which can be outside the bounds of this input, set the edge mode to ufoEdgeNoClamp.

By default ufoProcessSetRasterInEdgeMode is set to ufoEdgeClamp, which means that an output render region is automatically clamped to the limits of the input.

ufoProcessSetRasterInEdgeMode may be called within ufoProcessDefine.



Autodesk Softimage v7.5