Add support for Maya 2016

This commit is contained in:
Sean Martin 2015-06-01 20:39:20 +01:00 committed by rdb
parent a73b5b3fd1
commit 912374cc51
2 changed files with 2 additions and 0 deletions

View File

@ -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"),

View File

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