mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
Make it possible to compile for Maya 2009
This commit is contained in:
parent
8be70ed16d
commit
2771c29ac9
@ -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"),
|
||||
|
@ -106,6 +106,7 @@ struct MayaVerInfo maya_versions[] = {
|
||||
{ "MAYA20165", "2016.5"},
|
||||
{ "MAYA2017", "2017"},
|
||||
{ "MAYA2018", "2018"},
|
||||
{ "MAYA2019", "2019"},
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user