Issue modifying Maya Bridge export script
By default the Maya Bridge script exports all of the facial expressions out of DAZ. I had it working pre-covid where I specified my own custom morphs/expressions to export but have since reformatted my system and didnt save the old script. I'm trying to get it working again but am having trouble for some reason. It's acting like its not reading the same script i am editing but I have triple checked and cant see why. In creating this post it wouldnt let me upload the script so I put a pastebin link below. Lines 535-539 are where I made my changes and added comments. Its still exporting every facial expression in my library and its not exporting any of the elements I specify on line 539. I have also tried entering a single morph name to export and it doesnt export it.
Link to pastebin:
// DAZ Studio version 4.12.0.86 filetype DAZ Script(function(){ var s_o - Pastebin.com
I am editing the script located at:
C:\Users\userName\AppData\Roaming\DAZ 3D\Studio4 Public Build\scripts\support\DAZ\Daz to Maya.dsa
DAZ Studio Public Build 4.15 is the only version I have installed.
Thank you for any help!
Comments
Got it figured out, there were in fact two copies of the script, one in:
C:\Users\userName\AppData\Roaming\DAZ 3D\Studio4 Public Build\scripts\support\DAZ\Daz to Maya.dsa
and one in:
C:\Program Files\DAZ 3D\DAZStudio4 Public Build\scripts\support\DAZ\Daz to Maya.dsa
and it actually uses the second one. Not sure why the script is in both places with only one being used.
Moved to Maya Discussion as it is not a Daz Studio SDK topic.