diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 46ab62cbf9..b887342985 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -105,6 +105,7 @@ MAYAVERSIONINFO = [("MAYA6", "6.0"), ("MAYA20165","2016.5"), ("MAYA2017","2017"), ("MAYA2018","2018"), + ("MAYA2019","2019"), ] 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 441a22c0e2..78198f8e74 100644 --- a/pandatool/src/mayaprogs/mayapath.cxx +++ b/pandatool/src/mayaprogs/mayapath.cxx @@ -106,6 +106,7 @@ struct MayaVerInfo maya_versions[] = { { "MAYA20165", "2016.5"}, { "MAYA2017", "2017"}, { "MAYA2018", "2018"}, + { "MAYA2019", "2019"}, { 0, 0 }, };