mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Added support for Maya version 2011
This commit is contained in:
parent
bbbf2d263d
commit
89173e6d05
@ -57,6 +57,7 @@ struct { char *ver, *key; } maya_versions[] = {
|
|||||||
{ "MAYA2008", "2008" },
|
{ "MAYA2008", "2008" },
|
||||||
{ "MAYA2009", "2009" },
|
{ "MAYA2009", "2009" },
|
||||||
{ "MAYA2010", "2010" },
|
{ "MAYA2010", "2010" },
|
||||||
|
{ "MAYA2011", "2011"},
|
||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user