unreal.AbcGeometryCacheMotionVectorsImport

class unreal.AbcGeometryCacheMotionVectorsImport

Bases: EnumBase

EAbc Geometry Cache Motion Vectors Import

C++ Source:

  • Plugin: AlembicImporter

  • Module: AlembicLibrary

  • File: AbcImportSettings.h

CALCULATE_MOTION_VECTORS_DURING_IMPORT: AbcGeometryCacheMotionVectorsImport

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

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

No motion vectors will be present in the geometry cache.

Type:

0