Skip to content

Commit

Permalink
Maya 2020 release - Updated to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Hand committed Sep 10, 2021
1 parent fb1a383 commit a039eaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PLATFORM_LIST = Windows MacOS
VIRTUAL_ENV_DIR = _venv

# Maya
MAYA_VERSION = 2018
MAYA_VERSION = 2020
BUILD_MAYA := ./scripts/build-maya.sh
DEV_MAYA := ./scripts/dev-maya.sh

Expand All @@ -29,14 +29,14 @@ build-windows:
export MAYA_MODULE_PATH=$$WORKSPACE/dist/$$PLATFORM/maya/modules; \
${BUILD_MAYA} && \
cd $$WORKSPACE/dist/$$PLATFORM/maya/modules && \
zip -r $$WORKSPACE/dist/IconCreationPlugin-$$PLATFORM-0.1.0.zip ./*
zip -r $$WORKSPACE/dist/IconCreationPlugin-$$PLATFORM-0.2.0.zip ./*

build-mac:
export PLATFORM=MacOS; \
export MAYA_MODULE_PATH=$$WORKSPACE/dist/$$PLATFORM/maya/modules; \
${BUILD_MAYA} && \
cd $$WORKSPACE/dist/$$PLATFORM/maya/modules && \
zip -r $$WORKSPACE/dist/IconCreationPlugin-$$PLATFORM-0.1.0.zip ./*
zip -r $$WORKSPACE/dist/IconCreationPlugin-$$PLATFORM-0.2.0.zip ./*

.PHONY : dev
dev: clean build dev-windows dev-mac
Expand All @@ -57,4 +57,4 @@ install-dev-deps:
source ${VIRTUAL_ENV_DIR}/bin/activate && \
pip install "setuptools<45"
source ${VIRTUAL_ENV_DIR}/bin/activate && \
pip install -r requirements/dev.txt
pip install -r requirements/dev.txt
4 changes: 2 additions & 2 deletions src/maya/IconCreationPlugin.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+ PLATFORM:mac IconCreationPlugin 0.1.0 ./IconCreationPlugin
+ PLATFORM:mac IconCreationPlugin 0.2.0 ./IconCreationPlugin
ASSET_TOOLS_DATA:=data
scripts: scripts
PYTHONPATH +:= scripts

+ PLATFORM:win64 IconCreationPlugin 0.1.0 .\IconCreationPlugin
+ PLATFORM:win64 IconCreationPlugin 0.2.0 .\IconCreationPlugin
ASSET_TOOLS_DATA:=data

0 comments on commit a039eaf

Please sign in to comment.