From 9ab6d166d04c3ba885dceb81003b081c6fb06c7d Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Wed, 30 Apr 2014 19:49:28 +0000 Subject: [PATCH] Maya 2015 support --- makepanda/makepandacore.py | 1 + pandatool/src/mayaprogs/mayapath.cxx | 1 + 2 files changed, 2 insertions(+) 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 }, };