Browse Source

Maya 2017 support

Added entries to compile Maya 2017 plugins.
sean5470 8 years ago
parent
commit
019700cb1a
2 changed files with 3 additions and 1 deletions
  1. 2 1
      makepanda/makepandacore.py
  2. 1 0
      pandatool/src/mayaprogs/mayapath.cxx

+ 2 - 1
makepanda/makepandacore.py

@@ -76,7 +76,8 @@ MAYAVERSIONINFO = [("MAYA6",   "6.0"),
                    ("MAYA2014","2014"),
                    ("MAYA2015","2015"),
                    ("MAYA2016","2016"),
-                   ("MAYA20165","2016.5")
+                   ("MAYA20165","2016.5"),
+                   ("MAYA2017","2017")
 ]
 
 MAXVERSIONINFO = [("MAX6", "SOFTWARE\\Autodesk\\3DSMAX\\6.0", "installdir", "maxsdk\\cssdk\\include"),

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

@@ -98,6 +98,7 @@ struct MayaVerInfo maya_versions[] = {
   { "MAYA2015", "2015"},
   { "MAYA2016", "2016"},
   { "MAYA20165", "2016.5"},
+  { "MAYA2017", "2017"},
   { 0, 0 },
 };