blender.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {"names":["Blender"],
  2. "comment":"Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.",
  3. "links":{"website":"https://www.blender.org/",
  4. "git":"https://git.blender.org/gitweb/gitweb.cgi/blender.git",
  5. "wikipedia":"https://en.wikipedia.org/wiki/Blender_(software)",
  6. "documentation":"https://docs.blender.org/manual/en/latest/",
  7. "icon":"https://download.blender.org/branding/square/blender_icon_64x64.png"},
  8. "licenses":["GPL-2.0-or-later"],
  9. "platforms":["GNU/Linux",
  10. "Windows",
  11. "MacOS",
  12. "BSD",
  13. "AmigaOS",
  14. "Solaris"],
  15. "interface":["opengl"],
  16. "languages":["C"],
  17. "networks_read":[],
  18. "networks_write":[],
  19. "formats_read":["blend",
  20. "dae",
  21. "abc",
  22. "usd",
  23. "usdc",
  24. "usda",
  25. "svg",
  26. "bvh",
  27. "ply",
  28. "stl",
  29. "fbx",
  30. "glb",
  31. "obj",
  32. "x3d",
  33. "wrl"],
  34. "formats_write":["blend",
  35. "dae",
  36. "abc",
  37. "usd",
  38. "usdc",
  39. "usda",
  40. "svg",
  41. "pdf",
  42. "obj",
  43. "ply",
  44. "stl",
  45. "fbx",
  46. "glb",
  47. "gltf",
  48. "x3d"],
  49. "generic_name":["Text Editor", "Video Editor", "3D Modeling tool"]}