From 019700cb1aadb162476729e6f14b9852c8fe271f Mon Sep 17 00:00:00 2001 From: sean5470 Date: Sun, 2 Apr 2017 11:25:01 -0400 Subject: [PATCH] Maya 2017 support Added entries to compile Maya 2017 plugins. --- makepanda/makepandacore.py | 3 ++- pandatool/src/mayaprogs/mayapath.cxx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 2f6482c68f..20fac66d52 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -76,7 +76,8 @@ MAYAVERSIONINFO = [("MAYA6", "6.0"), ("MAYA2014","2014"), ("MAYA2015","2015"), ("MAYA2016","2016"), - ("MAYA20165","2016.5") + ("MAYA20165","2016.5"), + ("MAYA2017","2017") ] 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 aac472759d..428e4ba128 100644 --- a/pandatool/src/mayaprogs/mayapath.cxx +++ b/pandatool/src/mayaprogs/mayapath.cxx @@ -98,6 +98,7 @@ struct MayaVerInfo maya_versions[] = { { "MAYA2015", "2015"}, { "MAYA2016", "2016"}, { "MAYA20165", "2016.5"}, + { "MAYA2017", "2017"}, { 0, 0 }, };