blender.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "comment": "Blender is a Free Software 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.",
  3. "formats_read": [
  4. "blend",
  5. "dae",
  6. "abc",
  7. "usd",
  8. "usdc",
  9. "usda",
  10. "svg",
  11. "bvh",
  12. "ply",
  13. "stl",
  14. "fbx",
  15. "glb",
  16. "obj",
  17. "x3d",
  18. "wrl",
  19. "webm",
  20. "ogg",
  21. "ogv",
  22. "mp4",
  23. "mp3",
  24. "mp2",
  25. "mp1",
  26. "flv",
  27. "dv",
  28. "avi",
  29. "mkv"
  30. ],
  31. "formats_write": [
  32. "blend",
  33. "dae",
  34. "abc",
  35. "usd",
  36. "usdc",
  37. "usda",
  38. "svg",
  39. "pdf",
  40. "obj",
  41. "ply",
  42. "stl",
  43. "fbx",
  44. "glb",
  45. "gltf",
  46. "x3d",
  47. "webm",
  48. "ogg",
  49. "ogv",
  50. "mp4",
  51. "mp3",
  52. "mp2",
  53. "mp1",
  54. "flv",
  55. "dv",
  56. "avi",
  57. "mkv"
  58. ],
  59. "generic_name": [
  60. "Text Editor",
  61. "Video Editor",
  62. "Computer Aided Design",
  63. "3D Modeling",
  64. "3D Sculpting",
  65. "3D Rigging",
  66. "3D Animation",
  67. "3D Rendering",
  68. "3D Printing",
  69. "Compositing",
  70. "Motion Tracking",
  71. "Motion Graphics",
  72. "Visual Effects"
  73. ],
  74. "interface": [
  75. "opengl"
  76. ],
  77. "issues": [],
  78. "languages": [
  79. "C",
  80. "C++",
  81. "Python"
  82. ],
  83. "licenses": [
  84. "GPL-2.0-or-later"
  85. ],
  86. "links": {
  87. "documentation": "https://docs.blender.org/manual/en/latest/",
  88. "git": "https://git.blender.org/gitweb/gitweb.cgi/blender.git",
  89. "icon": "https://download.blender.org/branding/square/blender_icon_64x64.png",
  90. "website": "https://www.blender.org/",
  91. "wikipedia": "https://en.wikipedia.org/wiki/Blender_(software)"
  92. },
  93. "names": [
  94. "Blender"
  95. ],
  96. "networks_read": [],
  97. "networks_write": [],
  98. "platforms": [
  99. "GNU/Linux",
  100. "Windows",
  101. "MacOS",
  102. "BSD",
  103. "AmigaOS",
  104. "Solaris"
  105. ]
  106. }