daz_get_content_info
Extract metadata from .duf content files without loading into the scene. Access name, type, contributor, and other details directly from the file.
Instructions
Read metadata from a .duf content file without loading it into the scene.
Parses the JSON structure of a .duf file to extract name, type, contributor, and other available metadata fields.
Args: file_path: Absolute path to a .duf file on disk.
Returns: Dict with name, type, file_version, contributor, revision, modified, and any scene-level asset info found in the file.
Raises: ToolError: If the file does not exist, is not readable, or is not valid JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||