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 }, };