siParameterScope Enum


Enumerations

enum   siParameterScope {
  siInputParameters = 1,
  siAnimatedParameters = 2,
  siAllAnimatedParameters = 3
}

Detailed Description

Type of parameters to gather from the input Object List.

Note: This enum replaces the obsolete siSequenceType enum as of v6.0.
See also:
ActivateFCurve, CopyKeys, CutKeys, DeleteKeys, PasteKeys, ScaleAndOffset, SelectKeysInTimespan, Sequence, SISequence

Enumeration Type Documentation

enum siParameterScope

Enumerator:
siInputParameters  [1] Use the input parameters directly from the Object List
siAnimatedParameters  [2] Use only the parameters of the Object List that are animated
siAllAnimatedParameters  [3] Ignore Object List and use all animated parameters in the scene (ie., every animated parameter on each object in the scene)