Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. set cut_paste_input [stack 0]
  2. version 10.5 v4
  3. push $cut_paste_input
  4. Group {
  5. name CS_PSCrop1
  6. tile_color 0xa57aaaff
  7. selected true
  8. xpos -1690
  9. ypos -466
  10. addUserKnob {20 CS_PSCrop}
  11. addUserKnob {3 left -STARTLINE}
  12. left 100
  13. addUserKnob {3 right -STARTLINE}
  14. right 100
  15. addUserKnob {3 bottom -STARTLINE}
  16. bottom 100
  17. addUserKnob {3 top -STARTLINE}
  18. top 100
  19. addUserKnob {6 invert -STARTLINE}
  20. }
  21. Input {
  22. inputs 0
  23. name Input
  24. xpos -40
  25. ypos -10
  26. }
  27. Reformat {
  28. type "to box"
  29. box_width {{"input.width + (parent.left + parent.right) * (invert ? -1 : 1)"}}
  30. box_height {{"input.height + (parent.bottom + parent.top) * (invert ? -1 : 1)"}}
  31. box_fixed true
  32. resize none
  33. center false
  34. filter Impulse
  35. pbb true
  36. name Reformat1
  37. xpos -40
  38. ypos 110
  39. }
  40. Position {
  41. translate {{"parent.left * (invert ? -1 : 1)"} {"parent.bottom * (invert ? -1 : 1)"}}
  42. name Position1
  43. selected true
  44. xpos -40
  45. ypos 182
  46. }
  47. Output {
  48. name Output
  49. xpos -40
  50. ypos 302
  51. }
  52. end_group
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement