unreal.AbcGeometryCacheMotionVectorsImport¶
- class unreal.AbcGeometryCacheMotionVectorsImport¶
Bases:
EnumBaseEAbc Geometry Cache Motion Vectors Import
C++ Source:
Plugin: AlembicImporter
Module: AlembicLibrary
File: AbcImportSettings.h
- CALCULATE_MOTION_VECTORS_DURING_IMPORT: AbcGeometryCacheMotionVectorsImport = Ellipsis¶
Force calculation of motion vectors during import. This will increase file size as the motion vectors will be stored on disc.
- Type:
2
- IMPORT_ABC_VELOCITIES_AS_MOTION_VECTORS: AbcGeometryCacheMotionVectorsImport = Ellipsis¶
Imports the Velocities from the Alembic file and converts them to motion vectors. This will increase file size as the motion vectors will be stored on disc.
- Type:
1
- NO_MOTION_VECTORS: AbcGeometryCacheMotionVectorsImport = Ellipsis¶
No motion vectors will be present in the geometry cache.
- Type:
0