12345678910111213141516171819202122232425 |
- {
- "gem_name": "DccScriptingInterface",
- "version": "0.0.2",
- "display_name": "Atom DccScriptingInterface (DCCsi)",
- "license": "Apache-2.0 Or MIT",
- "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
- "origin": "Open 3D Engine - o3de.org",
- "origin_url": "https://github.com/o3de/o3de",
- "type": "Code",
- "summary": "A python framework for working with various DCC tools and workflows.",
- "canonical_tags": [
- "Gem"
- ],
- "user_tags": [
- "DCC",
- "Digital",
- "Content",
- "Creation"
- ],
- "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>.",
- "documentation_url": "https://github.com/o3de/o3de/blob/development/Gems/AtomLyIntegration/TechnicalArt/DccScriptingInterface/readme.md",
- "dependencies": [
- "QtForPython"]
- }
|