From 04c7acceed2010b2f0fc8c49344bda734c4ea348 Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Tue, 17 May 2011 23:15:40 +0000 Subject: [PATCH] Added Maya2012 as an option --- contrib/src/panda3dtoolsgui/Panda3DToolsGUI.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/src/panda3dtoolsgui/Panda3DToolsGUI.py b/contrib/src/panda3dtoolsgui/Panda3DToolsGUI.py index 07605647ab..b10c231a6e 100644 --- a/contrib/src/panda3dtoolsgui/Panda3DToolsGUI.py +++ b/contrib/src/panda3dtoolsgui/Panda3DToolsGUI.py @@ -52,7 +52,8 @@ MAYA_VERSIONS = ['MAYA VERSION', '85', '2008', '2009', - '2010'] + '2010', + '2012'] TOOLS = ['Maya2Egg', 'Egg2Bam',