gem.json 1.1 KB

12345678910111213141516171819202122232425
  1. {
  2. "gem_name": "DccScriptingInterface",
  3. "version": "0.0.2",
  4. "display_name": "Atom DccScriptingInterface (DCCsi)",
  5. "license": "Apache-2.0 Or MIT",
  6. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  7. "origin": "Open 3D Engine - o3de.org",
  8. "origin_url": "https://github.com/o3de/o3de",
  9. "type": "Code",
  10. "summary": "A python framework for working with various DCC tools and workflows.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "DCC",
  16. "Digital",
  17. "Content",
  18. "Creation"
  19. ],
  20. "requirements": "Change directory to DccScriptingInterface (gem folder), run '>.\\python.cmd foundation.py' to configure dependencies. See readme for more detail <a href='https://github.com/o3de/o3de/blob/development/Gems/AtomLyIntegration/TechnicalArt/DccScriptingInterface/readme.md'>DccScriptingInterface README</a>.",
  21. "documentation_url": "https://github.com/o3de/o3de/blob/development/Gems/AtomLyIntegration/TechnicalArt/DccScriptingInterface/readme.md",
  22. "dependencies": [
  23. "QtForPython"]
  24. }