Add Maya 2013

This commit is contained in:
rdb 2012-09-28 09:38:15 +00:00
parent af9ec6eb3c
commit 06b3438d72
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -82,11 +82,12 @@ struct { char *ver, *key; } maya_versions[] = {
{ "MAYA7", "7.0" },
{ "MAYA8", "8.0" },
{ "MAYA85", "8.5" },
{ "MAYA2008", "2008" },
{ "MAYA2009", "2009" },
{ "MAYA2010", "2010" },
{ "MAYA2008", "2008"},
{ "MAYA2009", "2009"},
{ "MAYA2010", "2010"},
{ "MAYA2011", "2011"},
{ "MAYA2012", "2012"},
{ "MAYA2013", "2013"},
{ 0, 0 },
};