From c80f30161f17ae0d826ce48236dd8d1dcf58b28b Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Fri, 30 Aug 2013 21:05:11 +0000 Subject: [PATCH] Support for Maya2014 --- 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 c5f0f8d4a0..53759838c7 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -70,6 +70,7 @@ MAYAVERSIONINFO = [("MAYA6", "6.0"), ("MAYA2012","2012"), ("MAYA2013","2013"), ("MAYA20135","2013.5"), + ("MAYA2014","2014"), ] 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 435a70a044..996565b2d0 100755 --- a/pandatool/src/mayaprogs/mayapath.cxx +++ b/pandatool/src/mayaprogs/mayapath.cxx @@ -89,6 +89,7 @@ struct { char *ver, *key; } maya_versions[] = { { "MAYA2012", "2012"}, { "MAYA2013", "2013"}, { "MAYA20135", "2013.5"}, + { "MAYA2014", "2014"}, { 0, 0 }, };