diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index ec7e661d21..93c2ba3bf6 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -73,6 +73,7 @@ MAYAVERSIONINFO = [("MAYA6", "6.0"), ("MAYA2013","2013"), ("MAYA20135","2013.5"), ("MAYA2014","2014"), + ("MAYA2015","2015"), ] 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 996565b2d0..3548668578 100755 --- a/pandatool/src/mayaprogs/mayapath.cxx +++ b/pandatool/src/mayaprogs/mayapath.cxx @@ -90,6 +90,7 @@ struct { char *ver, *key; } maya_versions[] = { { "MAYA2013", "2013"}, { "MAYA20135", "2013.5"}, { "MAYA2014", "2014"}, + { "MAYA2015", "2015"}, { 0, 0 }, };