info.json 365 B

123456789101112131415161718
  1. {
  2. "type" : "I/O",
  3. "core" : true,
  4. "name" : "FBX",
  5. "description": "Add FBX read/write capability using AutoDesk's FBX SDK.",
  6. "authors" : [
  7. {
  8. "name" : "Daniel Girardeau-Montaut",
  9. "email" : "daniel.girardeau@gmail.com"
  10. }
  11. ],
  12. "references" : [
  13. {
  14. "text" : "FBX Overview (AutoDesk)",
  15. "url" : "http://www.autodesk.com/products/fbx/overview"
  16. }
  17. ]
  18. }