Batch Conversion
Hello All,
Is there a batch conversion script to convert a whole folder of simple pp2s to daz files?
thanks
You currently have no notifications.
Hello All,
Is there a batch conversion script to convert a whole folder of simple pp2s to daz files?
thanks
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
Not that I am aware of, though it would not be terriibly hard to write - especially as there are soem relevant samples:
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/file_io/save_duf_scene_subset/start shows how to save a Scene Subset
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/file_io/file_listing/start shows how to scan through a folder
The bit that doesn't have an immediately obvious example is loading each item in turn.