Any chance one of you smart dudes can help me figure out what I'm doing wrong? I can't get any morphs not already listed to show up in the plugin:
After reviewing the instructions, here's an example of one that already shows up/works in the plugin where I tried coping the configuration:
{
"id" : "exp_Smile_09",
"displayName" : "exp_Smile_09",
"group" : "!VL_13_Expressions",
"region" : "!VL_13_Expressions",
"min" : "0",
"max" : "1",
"numDeltas" : "4869",
"isPoseControl" : "true",
"formulas" : [
]
}
My edit that wont show even though I've changed the ID and region:
{
"id" : "Exp Westo TongueOutC",
"displayName" : "Exp Westo TongueOutC",
"group" : "Westonini",
"region" : "Expressions",
"min" : "0",
"max" : "1",
"numDeltas" : "3870",
"isPoseControl" : "true",
"formulas" : [
{
"targetType" : "OrientationX",
"target" : "tongueBase",
"multiplier" : "6.225735"
},
{
Thanks for the help
