How to get a list of files belonging to a specific category
hasu0703
Posts: 22
I want to get a list of files belonging to genesis8 pose and standing.
I thought I could get it with DzAssetIOMgr but I don't know how.
Please let me know how to do it.
Comments
Use http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/assetmgr_dz , specifically searchForAssetsInCategory(...)
Thank you.
I will refer to it.