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:
authorJoshua Leung <aligorith@gmail.com>2008-09-18 15:49:57 +0400
committerJoshua Leung <aligorith@gmail.com>2008-09-18 15:49:57 +0400
commit423b05390434c310c0f0e59ef62fce79287c581b (patch)
tree4b271f0a4e418149f222bb3392037068560795ca /source/blender/makesdna/DNA_userdef_types.h
parent8d1163c639253e76fec3f69fead716a51068ea37 (diff)
Grease Pencil - Stroke Sensitivity:
Sensitivity to mouse movement when drawing can now be customised in the User Prefs, under 'Edit Methods'.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 2474161da07..5d36d5ca973 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -188,7 +188,8 @@ typedef struct UserDef {
char fontname[256]; // FILE_MAXDIR+FILE length
struct ListBase themes;
short undosteps;
- short undomemory, pad[3];
+ short undomemory;
+ short gp_manhattendist, gp_euclideandist, pad;
short curssize;
short tb_leftmouse, tb_rightmouse;
struct SolidLight light[3];