diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 42d6d55447..cc6f44e157 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -69,6 +69,7 @@ MAYAVERSIONINFO = [("MAYA6", "6.0"), ("MAYA2011","2011"), ("MAYA2012","2012"), ("MAYA2013","2013"), + ("MAYA20135","2013.5"), ] 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 268aa0b040..435a70a044 100755 --- a/pandatool/src/mayaprogs/mayapath.cxx +++ b/pandatool/src/mayaprogs/mayapath.cxx @@ -88,6 +88,7 @@ struct { char *ver, *key; } maya_versions[] = { { "MAYA2011", "2011"}, { "MAYA2012", "2012"}, { "MAYA2013", "2013"}, + { "MAYA20135", "2013.5"}, { 0, 0 }, };