Make it possible to compile for Maya 2009

This commit is contained in:
rdb 2019-08-13 11:49:32 +02:00
parent 8be70ed16d
commit 2771c29ac9
2 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,7 @@ MAYAVERSIONINFO = [("MAYA6", "6.0"),
("MAYA20165","2016.5"),
("MAYA2017","2017"),
("MAYA2018","2018"),
("MAYA2019","2019"),
]
MAXVERSIONINFO = [("MAX6", "SOFTWARE\\Autodesk\\3DSMAX\\6.0", "installdir", "maxsdk\\cssdk\\include"),

View File

@ -106,6 +106,7 @@ struct MayaVerInfo maya_versions[] = {
{ "MAYA20165", "2016.5"},
{ "MAYA2017", "2017"},
{ "MAYA2018", "2018"},
{ "MAYA2019", "2019"},
{ 0, 0 },
};