Maya 2015 support

This commit is contained in:
Chris Brunner 2014-04-30 19:49:28 +00:00
parent de4cfbb28b
commit 9ab6d166d0
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -90,6 +90,7 @@ struct { char *ver, *key; } maya_versions[] = {
{ "MAYA2013", "2013"},
{ "MAYA20135", "2013.5"},
{ "MAYA2014", "2014"},
{ "MAYA2015", "2015"},
{ 0, 0 },
};