unreal.AlembicSamplingType
¶
- class unreal.AlembicSamplingType¶
Bases:
unreal.EnumBase
EAlembic Sampling Type
C++ Source:
Plugin: AlembicImporter
Module: AlembicLibrary
File: AbcImportSettings.h
- PER_FRAME¶
Samples the animation according to the imported data (default)
- Type
0
- PER_TIME_STEP¶
Samples the animation at given intervals determined by Time Steps
- Type
2
- PER_X_FRAMES¶
Samples the animation at given intervals determined by Frame Steps
- Type
1