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:
authorTon Roosendaal <ton@blender.org>2010-12-21 21:55:49 +0300
committerTon Roosendaal <ton@blender.org>2010-12-21 21:55:49 +0300
commitaeba7032e6fe3f70ede89b24cd9e6d098adb993b (patch)
tree4dcc22d408993c0e2933deeae8b50ac27f5d16da /source/blender/makesdna/DNA_screen_types.h
parentfae8dc5a735d6e47d96d5757fbc51a33b45a4cea (diff)
Bugfix #25330
3D Window: Snap to cursor or grid, didn't respect the 'restrict location' options for objects or bones.
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index 132dd21913d..2d3af55ca78 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -189,15 +189,16 @@ typedef struct ARegion {
#define HEADERTOP 2
/* screen->full */
-#define SCREENNORMAL 0
-#define SCREENFULL 1
+#define SCREENNORMAL 0
+#define SCREENFULL 1
+#define SCREENFULLTEMP 2
/* Panel->snap - for snapping to screen edges */
#define PNL_SNAP_NONE 0
#define PNL_SNAP_TOP 1
#define PNL_SNAP_RIGHT 2
-#define PNL_SNAP_BOTTOM 4
+#define PNL_SNAP_BOTTOM 4
#define PNL_SNAP_LEFT 8
#define PNL_SNAP_DIST 9.0