fix launcher not showing gems (#7015)

Signed-off-by: byrcolin <byrcolin@amazon.com>
monroegm-disable-blank-issue-2
AMZN-byrcolin 4 years ago committed by GitHub
parent 2b43ad8029
commit 63d755b8f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -408,7 +408,7 @@ namespace O3DE::ProjectManager
}
// check if engine path is registered
auto allEngines = m_manifest.attr("get_engines")();
auto allEngines = m_manifest.attr("get_manifest_engines")();
if (pybind11::isinstance<pybind11::list>(allEngines))
{
const AZ::IO::FixedMaxPath enginePathFixed(Py_To_String(enginePath));
@ -891,7 +891,7 @@ namespace O3DE::ProjectManager
bool result = ExecuteWithLock([&] {
// external projects
for (auto path : m_manifest.attr("get_projects")())
for (auto path : m_manifest.attr("get_manifest_projects")())
{
projects.push_back(ProjectInfoFromPath(path));
}

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Image processing for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Atom Bootstrap",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Debug Camera component for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Common features for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "DX12 RHI for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Metal RHI for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Atom Null RHI",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Vulcan RHI for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "RHI for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "RPI for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Tools Framework for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Atom Bridge",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Font Rendering for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Tool",
"summary": "",
"summary": "ImGui tools for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Viewport display icons for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Viewport Display Information for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "Common features for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "EmotionFX for Atom",
"canonical_tags": [
"Gem"
],

@ -6,7 +6,7 @@
"origin": "Open 3D Engine - o3de.org",
"origin_url": "https://github.com/o3de/o3de",
"type": "Code",
"summary": "",
"summary": "ImGui support for Atom",
"canonical_tags": [
"Gem"
],

Loading…
Cancel
Save