From c65e9a745de6b7385bd6e4a6d601adfe1abf33c8 Mon Sep 17 00:00:00 2001 From: Arnaud Degroote Date: Wed, 7 Jan 2015 15:43:22 +0100 Subject: [PATCH] [bin/morse.in] Mark Morse ready for blender 2.73 Tested with last rc. No regression discovered. --- bin/morse.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/morse.in b/bin/morse.in index b28e01b26..bb4ab1529 100755 --- a/bin/morse.in +++ b/bin/morse.in @@ -44,7 +44,7 @@ except ImportError as exn: #Blender version must be egal or bigger than... MIN_BLENDER_VERSION = "2.62" #Blender version must be smaller than... -STRICT_MAX_BLENDER_VERSION = "2.73" +STRICT_MAX_BLENDER_VERSION = "2.74" #Unix-style path to the MORSE default scene and templates, within the prefix DEFAULT_SCENE_PATH = "share/morse/data/morse_default.blend"