unreal.AbcGeometryCacheMotionVectorsImport

class unreal.AbcGeometryCacheMotionVectorsImport

Bases: unreal.EnumBase

EAbc Geometry Cache Motion Vectors Import

C++ Source:

  • Plugin: AlembicImporter

  • Module: AlembicLibrary

  • File: AbcImportSettings.h

CALCULATE_MOTION_VECTORS_DURING_IMPORT

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

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

No motion vectors will be present in the geometry cache.

Type

0