Support for Maya2014

This commit is contained in:
Chris Brunner 2013-08-30 21:05:11 +00:00
parent b6cd74f708
commit c80f30161f
2 changed files with 2 additions and 0 deletions

View File

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

View File

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