From 06b3438d7228620e618d14f62e7806a61879a730 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 28 Sep 2012 09:38:15 +0000 Subject: [PATCH] Add Maya 2013 --- makepanda/makepandacore.py | 1 + pandatool/src/mayaprogs/mayapath.cxx | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 0687546241..3180085c59 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -54,6 +54,7 @@ MAYAVERSIONINFO=[("MAYA6", "6.0"), ("MAYA2010","2010"), ("MAYA2011","2011"), ("MAYA2012","2012"), + ("MAYA2013","2013"), ] MAXVERSIONINFO = [("MAX6", "SOFTWARE\\Autodesk\\3DSMAX\\6.0", "installdir", "maxsdk\\cssdk\\include"), diff --git a/pandatool/src/mayaprogs/mayapath.cxx b/pandatool/src/mayaprogs/mayapath.cxx index 4848c97509..268aa0b040 100755 --- a/pandatool/src/mayaprogs/mayapath.cxx +++ b/pandatool/src/mayaprogs/mayapath.cxx @@ -82,11 +82,12 @@ struct { char *ver, *key; } maya_versions[] = { { "MAYA7", "7.0" }, { "MAYA8", "8.0" }, { "MAYA85", "8.5" }, - { "MAYA2008", "2008" }, - { "MAYA2009", "2009" }, - { "MAYA2010", "2010" }, + { "MAYA2008", "2008"}, + { "MAYA2009", "2009"}, + { "MAYA2010", "2010"}, { "MAYA2011", "2011"}, { "MAYA2012", "2012"}, + { "MAYA2013", "2013"}, { 0, 0 }, };