Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. class Addon_1
  2. {
  3. type="hide";
  4. source="Fake";
  5. selection="Addon_1";
  6. minValue = 0;
  7. maxValue = 1;
  8. minPhase = 0;
  9. maxPhase = 1;
  10. hideValue = 0.990000;
  11. };
  12. class Addon_2: Addon_1
  13. {
  14. selection = "Addon_2";
  15. sourceAddress = "clamp";
  16. hideValue = "0.0";
  17. unHideValue = "1.0";
  18. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement