Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-03-07 12:23:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-07 12:23:57 +0300
commitb237dc3af5543e471f8c291d494f45b5196dd580 (patch)
tree9f7b5b62a1c354b4f2bfd6a4b1e6334979d5f1f9 /source/blender/makesdna
parent3ad1bfa69e8cbffc0c60c322c1e084840aa6aaa6 (diff)
image editor user preference.
image.py has a function image_editor_guess(), please test on windows and mac. (using 'startfile' and 'open') this is only used when the image editor is not set.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 8a41c2da071..24d7837b6ed 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -297,6 +297,7 @@ typedef struct UserDef {
char plugseqdir[160];
char pythondir[160];
char sounddir[160];
+ char image_editor[240]; // FILE_MAX length
char anim_player[240]; // FILE_MAX length
int anim_player_preset;