info.json 528 B

123456789101112131415161718192021222324252627
  1. {
  2. "type" : "GL",
  3. "name" : "Example (GL Plugin)",
  4. "icon" : ":/CC/plugin/ExampleGLPlugin/images/icon.png",
  5. "description": "Bilateral smoothing (OpenGL shader)",
  6. "authors" : [
  7. {
  8. "name" : "Daniel Girardeau-Montaut",
  9. "email" : "daniel.girardeau@gmail.com"
  10. }
  11. ],
  12. "maintainers" : [
  13. {
  14. "name" : "Andy Maloney",
  15. "email" : "asmaloney@gmail.com"
  16. },
  17. {
  18. "name" : "Example NoEmail"
  19. }
  20. ],
  21. "references" : [
  22. {
  23. "text" : "Bilateral filter",
  24. "url" : "https://en.wikipedia.org/wiki/Bilateral_filter"
  25. }
  26. ]
  27. }