Setting up MCM with inverse proportional dependency
![Mediasylum](https://secure.gravatar.com/avatar/22fe5e6ebcaeb34c78864b95daf63d46?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2F22fe5e6ebcaeb34c78864b95daf63d46_100.png)
I'm trying to add a corrective MCM to my custom morph (Genesis8 Male Gens). But I can't figure out how to do it properly.
Custom MCM should be 0% when "Default Pose" property is 100%, and 100% when "Default Pose" property is -100%
Setting the scalar to -0.5 in 1st stage controller seems not enough.
In my attempts the MCM only reaches 50% at -100% "Default Pose". But behaves as intended when manually dragged to 100%
Comments
You need to link your property to a hidden property that is laways 50%, then 50% + -0.5 * 100% = 0% and 50% + -.5 * -100% = 100%
Thanks, now it works properly.
Is there any comprehensive explanation of this topic?
The tricks and methods are essentially the same, for the basic ERC links, as for Poser - there used to be, and perhaps still is but I can't find it, a set of docs giving a lot of wrked examples (you'd need to skip over the manual code editing of the Poser files and just look at the basic techniques if you found it).