Browse Source

Support for Maya2014

Chris Brunner 12 years ago
parent
commit
c80f30161f
2 changed files with 2 additions and 0 deletions
  1. 1 0
      makepanda/makepandacore.py
  2. 1 0
      pandatool/src/mayaprogs/mayapath.cxx

+ 1 - 0
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"),

+ 1 - 0
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 },
 };