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.
-
|
ASSETDATA_FLAG_WITHCACHES |
- Also return caches (Global Illumination / Ambient Occlusion).
-
|
ASSETDATA_FLAG_NOSUBSTANCES |
- Normally Substance assets are included with ASSETDATA_FLAG_TEXTURESONLY but with this flag they are not.
-
|
ASSETDATA_FLAG_MULTIPLEUSE |
- Adds the same asset again for every usage.
-
|
ASSETDATA_FLAG_MISSING |
- Adds missing assets to the list too.
-
|
ASSETDATA_FLAG_NODOCUMENT |
- Exclude the document itself from the asset list.
-
|