Name

kOfxImageEffectPluginPropFieldRenderTwiceAlways — Controls how a plugin renders fielded footage.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPluginPropFieldRenderTwiceAlways "OfxImageEffectPluginPropFieldRenderTwiceAlways"

Type

kOfxImageEffectPluginPropFieldRenderTwiceAlways is of type integer, and has only a single dimension.

Property Set

This is a property that belongs to the a plugin descriptor (read/write).

Default

The default value is 1.

Valid Values

This must be one of

  • 0 - the plugin is to have its render function called twice, only if there is animation in any of its parameters
  • 1 - the plugin is to have its render function called twice always

Description

Controls how a plugin renders fielded footage.