Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

RealChromaticAberration.gizmo 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #! /Applications/Nuke8.0v1/Nuke8.0v1.app/Contents/MacOS/libnuke-8.0.v1.dylib -nx
  2. version 8.0 v1
  3. Gizmo {
  4. tile_color 0xffb500ff
  5. gl_color 0xff
  6. addUserKnob {20 Real_Chromatic_Aberration l RealChromaticAberration t "Generates realistic chromatic aberration along the edges."}
  7. addUserKnob {7 amount l "Red Channel Shift" R 1 1.03}
  8. amount 1
  9. addUserKnob {7 amount2 l "Blue Channel Shift" R 0.974 1}
  10. amount2 1
  11. addUserKnob {26 ""}
  12. addUserKnob {26 Version l " " t "Created by Damian Binder." T "Real Chromatic Aberration V.1"}
  13. addUserKnob {26 Tip l "Tip: " T "By sliding the red channel up \nand the blue channel down you get \na realistic combination: \nBlue + Cyan and Red + Yellow."}
  14. }
  15. Input {
  16. inputs 0
  17. name Source
  18. label Input
  19. xpos -23
  20. ypos -480
  21. }
  22. Reformat {
  23. name Reformat1
  24. xpos -23
  25. ypos -448
  26. }
  27. GodRays {
  28. channels {rgba.red -rgba.green -rgba.blue none}
  29. scale {{((parent.GodRays2.scale-2)*1)+2*amount}}
  30. name GodRays1
  31. xpos -23
  32. ypos -374
  33. }
  34. GodRays {
  35. channels {-rgba.red -rgba.green rgba.blue none}
  36. scale {{((parent.GodRays1.scale-2)*1)+2*amount2}}
  37. name GodRays2
  38. xpos -23
  39. ypos -302
  40. }
  41. Output {
  42. name Output1
  43. xpos -23
  44. ypos -250
  45. }
  46. end_group