Question: Check .duf file type in API

Issue #1686 resolved
Tai Coromandel created an issue

Is there any way to check what the type of a .duf file is with an operator? E.g. preset_pose, scene, scene_subset etc. , I know I can find that directly in the .duf file, just interested to know whether I can directly check that with diffeomorphic instead.

Comments (3)

  1. Thomas Larsson repo owner

    No, not today. Every daz file begins with an entry with information about the asset in the file, so it would be straightforward to implement a tool that reads the file and reports the asset type. Or you could just open the file in a text editor, perhaps after unzipping the file with Utilities > Decode File.

  2. Log in to comment