Browse Source

Add support for Maya 2016

Sean Martin 10 years ago
parent
commit
912374cc51
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

@@ -79,6 +79,7 @@ MAYAVERSIONINFO = [("MAYA6",   "6.0"),
                    ("MAYA20135","2013.5"),
                    ("MAYA2014","2014"),
                    ("MAYA2015","2015"),
+                   ("MAYA2016","2016"),
 ]
 
 MAXVERSIONINFO = [("MAX6", "SOFTWARE\\Autodesk\\3DSMAX\\6.0", "installdir", "maxsdk\\cssdk\\include"),

+ 1 - 0
pandatool/src/mayaprogs/mayapath.cxx

@@ -101,6 +101,7 @@ struct MayaVerInfo maya_versions[] = {
   { "MAYA20135", "2013.5"},
   { "MAYA2014", "2014"},
   { "MAYA2015", "2015"},
+  { "MAYA2016", "2016"},
   { 0, 0 },
 };