Skip to content

Commit

Permalink
[bin/morse.in] Mark Morse ready for blender 2.73
Browse files Browse the repository at this point in the history
Tested with last rc. No regression discovered.
  • Loading branch information
Arnaud Degroote committed Jan 7, 2015
1 parent 5520925 commit c65e9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/morse.in
Expand Up @@ -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"
Expand Down

0 comments on commit c65e9a7

Please sign in to comment.