Browse Source

Support for maya 2009

rdb 17 years ago
parent
commit
a969b76922
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pandatool/src/mayaprogs/mayaWrapper.cxx

+ 1 - 0
pandatool/src/mayaprogs/mayaWrapper.cxx

@@ -52,6 +52,7 @@ struct { char *ver, *key; } reg_keys[] = {
   { "MAYA8",    "8.0" },
   { "MAYA85",   "8.5" },
   { "MAYA2008", "2008" },
+  { "MAYA2009", "2009" },
   { 0, 0 },
 };