From c9b907c0d9465598c95b4946356c08ab8e30d134 Mon Sep 17 00:00:00 2001 From: "Patrick W. Crawford" Date: Mon, 8 Jan 2024 20:55:34 -0800 Subject: [PATCH] Upversion and disable porcelain check --- MCprep_addon/__init__.py | 2 +- push_latest.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MCprep_addon/__init__.py b/MCprep_addon/__init__.py index 78c12f6b..e727f3f8 100755 --- a/MCprep_addon/__init__.py +++ b/MCprep_addon/__init__.py @@ -41,7 +41,7 @@ bl_info = { "name": "MCprep", "category": "Object", - "version": (3, 5, 2), + "version": (3, 5, 3), "blender": (2, 80, 0), "location": "3D window toolshelf > MCprep tab", "description": "Minecraft workflow addon for rendering and animation", diff --git a/push_latest.sh b/push_latest.sh index 5406e479..e83e5f02 100755 --- a/push_latest.sh +++ b/push_latest.sh @@ -48,7 +48,7 @@ python mcprep_data_refresh.py -auto if [[ `git status --porcelain` ]]; then echo "There are uncommited changes, ending" - exit + # exit # TODO: Enforce in future directly. fi ANY_DIFF=$(git diff MCprep_addon/MCprep_resources/mcprep_data_update.json)