Browse Source

Added Maya2012 as an option

Chris Brunner 14 years ago
parent
commit
04c7acceed
1 changed files with 2 additions and 1 deletions
  1. 2 1
      contrib/src/panda3dtoolsgui/Panda3DToolsGUI.py

+ 2 - 1
contrib/src/panda3dtoolsgui/Panda3DToolsGUI.py

@@ -52,7 +52,8 @@ MAYA_VERSIONS = ['MAYA VERSION',
                  '85',
                  '85',
                  '2008',
                  '2008',
                  '2009',
                  '2009',
-                 '2010'] 
+                 '2010',
+                 '2012'] 
 
 
 TOOLS = ['Maya2Egg',
 TOOLS = ['Maya2Egg',
          'Egg2Bam',
          'Egg2Bam',