Add pose .duf file to smart content?

Is it possible, and if so, any example script, to add a pose preset to smart content with Daz Script?

Comments

  • rbtwhizrbtwhiz Posts: 2,181

    DzAssetMgr::setFileMetadata()

    -Rob

  • DraagonStormDraagonStorm Posts: 748
    edited May 2016

    Thanks Rob

    Nevermind, got it figured out :)

    Any quick examples around for, let's say, a Pose Preset for Genesis 3 Female? Not sure what values I should be passing.

    String filepath

    String contentType

    String compatibleWith

    String category

    DzNode assetNode=undefined

    String compatiblityBase=“”

    Post edited by DraagonStorm on
  • DraagonStormDraagonStorm Posts: 748
    edited May 2016

    Can a new category be created?

    Nevermind again... It will just create it if I put it in category :)

    Post edited by DraagonStorm on
Sign In or Register to comment.