From 2771c29ac9725054393eb7ea941a7dacfa223d47 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 13 Aug 2019 11:49:32 +0200 Subject: [PATCH] Make it possible to compile for Maya 2009 --- makepanda/makepandacore.py | 1 + pandatool/src/mayaprogs/mayapath.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 46ab62cbf9..b887342985 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -105,6 +105,7 @@ MAYAVERSIONINFO = [("MAYA6", "6.0"), ("MAYA20165","2016.5"), ("MAYA2017","2017"), ("MAYA2018","2018"), + ("MAYA2019","2019"), ] 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 441a22c0e2..78198f8e74 100644 --- a/pandatool/src/mayaprogs/mayapath.cxx +++ b/pandatool/src/mayaprogs/mayapath.cxx @@ -106,6 +106,7 @@ struct MayaVerInfo maya_versions[] = { { "MAYA20165", "2016.5"}, { "MAYA2017", "2017"}, { "MAYA2018", "2018"}, + { "MAYA2019", "2019"}, { 0, 0 }, };