also build Maya 2013.5

This commit is contained in:
David Rose 2013-06-04 00:23:30 +00:00
parent 106a7977ba
commit a3027ceb23
2 changed files with 2 additions and 0 deletions

View File

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

View File

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