millighost opened this issue on Aug 29, 2011 · 104 posts
millighost posted Thu, 17 May 2012 at 11:15 AM
Quote - Thank you millighost for a great tool!
I have just got my first successful morph into DS4. It works well but I would like it to appear under "Face" rather then "Actor". I suspect it is a fairly easy job with a text editor if you know what to add where, but I don't. Can anyone enlight me on this?
Cheers! Oom
With a text editor it is easy: Look in the generated dsf-file for a line that reads
"region": "Actor",
and change it to
"region": "Face",
Then your morph will be listed in the Face section of the Parameters tab. Of course, this works for the other regions, too. If you misspell it (e.g. "region": "thingwithnoseinit"), it will be shown in no particular region, but below the regions in the parameter tab.