Possible to read Morph Rules through DzFbxExporter?
mostlyhuman
Posts: 93
Is it possible to parse the existing morph rules from DzFbxExporter or are they perhaps stored in a file somewhere that could be accessed?
Comments
You can get a representation of the morph rules if you start with this Silent FBX Export sample - http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/file_io/export_fbx_silent/start - and combine it with the DzSettings documentation, to give you something like this
You will first get the rules printed in one format as part of the Settings JSON string output, and then the rules on their own as a multi-line string.
perfect, thank you so much!