o3de / sample-code-gems

Sample gems for how to create custom tools that extend the Editor, in both C++ and Python
Other
7 stars 6 forks source link

Fixed the Python Shape Example to have QtForPython gem as a dependency. #6

Closed cgalvan closed 2 years ago

cgalvan commented 2 years ago

Ensure the Python Shape Example sets the QtForPython gem as a dependency (see https://github.com/o3de/o3de/pull/5458 for more details).

Also updated the description of the gem.

Signed-off-by: Chris Galvan chgalvan@amazon.com