Add pose .duf file to smart content?
DraagonStorm
Posts: 748
Is it possible, and if so, any example script, to add a pose preset to smart content with Daz Script?
Comments
DzAssetMgr::setFileMetadata()
-Rob
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=“”
Can a new category be created?
Nevermind again... It will just create it if I put it in category :)