Several small fixes to the DCCsi to match some o3de changes

This commit is contained in:
gallowj
2021-05-26 10:35:50 -05:00
parent c716d812bc
commit 5449c5785b
6 changed files with 45 additions and 24 deletions
@@ -0,0 +1,17 @@
{
"gem_name": "Atom_DccScriptingInterface",
"GemFormatVersion": 4,
"Uuid": "7bf5a77dacd8438bb4966a66b5a678d8",
"Name": "Atom_DccScriptingInterface",
"DisplayName": "Atom DccScriptingInterface (DCCsi)",
"Version": "0.1.0",
"Summary": "A python framework for working with various DCC tools and workflows.",
"Tags": ["DCC","Digital","Content","Creation"],
"IconPath": "preview.png",
"Modules": [
{
"Name": "Editor",
"Type": "EditorModule"
}
]
}