Maya 2017 support

Added entries to compile Maya 2017 plugins.
This commit is contained in:
sean5470 2017-04-02 11:25:01 -04:00 committed by rdb
parent 2980bbc955
commit 019700cb1a
2 changed files with 3 additions and 1 deletions

View File

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

View File

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