List of EnumAuxFiles Flags
See Also: Class Interface, Class Animatable.
One or more of the following values:
FILE_ENUM_INACTIVE
Enumerate inactive files. Inactive files are those that aren't being used currently. For instance, a texture map file that is present, but not activated in the materials editor user interface, is considered inactive.
FILE_ENUM_VP
Enumerate video post files.
FILE_ENUM_RENDER
Enumerate render files.
FILE_ENUM_ALL
Enumerate ALL files (this is the same as:
FILE_ENUM_INACTIVE|FILE_ENUM_VP|FILE_ENUM_RENDER)
FILE_ENUM_MISSING_ONLY
Enumerate missing files only.
FILE_ENUM_1STSUB_MISSING
Just enumerate the first file named by an IFL (Image File List) if missing.
FILE_ENUM_DONT_RECURSE
Don't enumerate references.
FILE_ENUM_CHECK_AWORK1
Don't enumerate things with flag A_WORK1 set.