info.json 608 B

12345678910111213141516171819202122232425262728
  1. {
  2. "type" : "Standard",
  3. "core" : true,
  4. "name" : "Animation",
  5. "icon" : ":/CC/plugin/qAnimation/images/animation.png",
  6. "description": "Creates a movie from a series of views.",
  7. "authors" : [
  8. {
  9. "name" : "Ryan Wicks, 2G Robotics Inc."
  10. },
  11. {
  12. "name" : "Daniel Girardeau-Montaut",
  13. "email" : "daniel.girardeau@gmail.com"
  14. }
  15. ],
  16. "maintainers" : [
  17. {
  18. "name" : "Daniel Girardeau-Montaut",
  19. "email" : "daniel.girardeau@gmail.com"
  20. }
  21. ],
  22. "references": [
  23. {
  24. "text": "Documentation",
  25. "url": "http://www.cloudcompare.org/doc/wiki/index.php?title=Animation_(plugin)"
  26. }
  27. ]
  28. }