diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 0687546241..3180085c59 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -54,6 +54,7 @@ MAYAVERSIONINFO=[("MAYA6", "6.0"), ("MAYA2010","2010"), ("MAYA2011","2011"), ("MAYA2012","2012"), + ("MAYA2013","2013"), ] 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 4848c97509..268aa0b040 100755 --- a/pandatool/src/mayaprogs/mayapath.cxx +++ b/pandatool/src/mayaprogs/mayapath.cxx @@ -82,11 +82,12 @@ struct { char *ver, *key; } maya_versions[] = { { "MAYA7", "7.0" }, { "MAYA8", "8.0" }, { "MAYA85", "8.5" }, - { "MAYA2008", "2008" }, - { "MAYA2009", "2009" }, - { "MAYA2010", "2010" }, + { "MAYA2008", "2008"}, + { "MAYA2009", "2009"}, + { "MAYA2010", "2010"}, { "MAYA2011", "2011"}, { "MAYA2012", "2012"}, + { "MAYA2013", "2013"}, { 0, 0 }, };