ASSETDATA_FLAGΒΆ

ASSETDATA_FLAG_NONE

None.

ASSETDATA_FLAG_CURRENTFRAMEONLY

Only return current frame assets.

ASSETDATA_FLAG_TEXTURESONLY

Only return texture assets. Since R17.048 (was ASSETDATA_FLAG_TEXTURES).

ASSETDATA_FLAG_NET

Set if NET is collecting assets to distribute them to the clients.

ASSETDATA_FLAG_CURRENTTAKEONLY

Only return current take assets.

New in version R17.

ASSETDATA_FLAG_WITHCACHES

Also return caches (Global Illumination / Ambient Occlusion).

New in version R17.048.

ASSETDATA_FLAG_NOSUBSTANCES

Normally Substance assets are included with ASSETDATA_FLAG_TEXTURESONLY but with this flag they are not.

New in version R18.

ASSETDATA_FLAG_MULTIPLEUSE

Adds the same asset again for every usage.

New in version R20.

ASSETDATA_FLAG_MISSING

Only existing assets will be included.

New in version S22.

ASSETDATA_FLAG_NODOCUMENT

Exclude the document itself from the asset list.

New in version R21.