mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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" },
|
||||
{ "MAYA2009", "2009" },
|
||||
{ "MAYA2010", "2010" },
|
||||
{ "MAYA2011", "2011"},
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user