From 1c50abb79b061c1c8a2b493c5ea09975bf31e2ec Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 28 Dec 2019 20:57:21 +0100 Subject: [PATCH] Add support for Maya 2020 --- makepanda/makepandacore.py | 1 + pandatool/src/mayaprogs/mayapath.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 9cb726e20a..324d1ee43d 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -106,6 +106,7 @@ MAYAVERSIONINFO = [("MAYA6", "6.0"), ("MAYA2017","2017"), ("MAYA2018","2018"), ("MAYA2019","2019"), + ("MAYA2020","2020"), ] MAXVERSIONINFO = [("MAX6", "SOFTWARE\\Autodesk\\3DSMAX\\6.0", "installdir", "maxsdk\\cssdk\\include"), diff --git a/pandatool/src/mayaprogs/mayapath.cxx b/pandatool/src/mayaprogs/mayapath.cxx index 78198f8e74..d64f4c2ac5 100644 --- a/pandatool/src/mayaprogs/mayapath.cxx +++ b/pandatool/src/mayaprogs/mayapath.cxx @@ -107,6 +107,7 @@ struct MayaVerInfo maya_versions[] = { { "MAYA2017", "2017"}, { "MAYA2018", "2018"}, { "MAYA2019", "2019"}, + { "MAYA2020", "2020"}, { 0, 0 }, };