unreal.AlembicSamplingType

class unreal.AlembicSamplingType

Bases: EnumBase

EAlembic Sampling Type

C++ Source:

  • Plugin: AlembicImporter

  • Module: AlembicLibrary

  • File: AbcImportSettings.h

PER_FRAME: AlembicSamplingType

Samples the animation according to the imported data (default)

Type:

0

PER_TIME_STEP: AlembicSamplingType

Samples the animation at given intervals determined by Time Steps

Type:

2

PER_X_FRAMES: AlembicSamplingType

Samples the animation at given intervals determined by Frame Steps

Type:

1