|
@@ -0,0 +1,19 @@
|
|
|
+# O3DE-TechnicalArt-Gems
|
|
|
+
|
|
|
+This folder contains additional Gems for O3DE, such as DCC tool integrations and workflow customization enhancements. See the readme at the root of this repo for instructions.
|
|
|
+
|
|
|
+## Contribute
|
|
|
+
|
|
|
+For information about contributing to Open 3D Engine, visit [https://o3de.org/docs/contributing/](https://o3de.org/docs/contributing/).
|
|
|
+
|
|
|
+## Gem Folders
|
|
|
+
|
|
|
+`/DCC` folder is a hierarchy of Gems related to invidual DCC applications such as Blender, Autodesk Maya, or Adobe Substance3D tools. These Gems add managed configuration, settings, launch and bootstrapping of DCC tools to work with O3DE best practices and workflow patterns.
|
|
|
+
|
|
|
+`/IDE` folder are code Integrated Development Environments (IDE) tool configurations, this is to help technical artists have a better out of box development setup with several popular IDEs, so they can start developing more rapidly.
|
|
|
+
|
|
|
+`/O3DE` is for Gem's that add new technical art features and tooling to the Open 3D Engine Editors (main Editor, Material Editor, etc.)
|
|
|
+
|
|
|
+## License
|
|
|
+
|
|
|
+For terms please see the LICENSE*.TXT files at the root of this distribution.
|