From 8dd523a154d1adfa28453c1fab00e7fd8e7e502d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 10 Aug 2009 20:57:12 +0000 Subject: 2.5: Fixes * Disable shaded mode for now, it cause too many crashes combined with preview render, will be fixed properly later. * Make 3d view toolbar region a bit wider. Ideally this would not be needed, but the sculpt/paint buttons just don't fit otherwise. * Revert change to icon/text spacing in buttons, it breaks text editing and clipping. Will properly fix this later so changing the spacing can be done centrally. * Fix for grease pencil simplify stroke python error. Now button is hidden (as in 2.4), but still available through outliner. * Fix for memory leak in UI code, when using ctrl+Q menu. * Fix submenu > icon being drawn on some buttons where it was not needed. --- release/ui/space_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/ui/space_info.py b/release/ui/space_info.py index 686600ba4e7..9c08a0fe3d2 100644 --- a/release/ui/space_info.py +++ b/release/ui/space_info.py @@ -335,7 +335,7 @@ class INFO_PT_edit(bpy.types.Panel): colsplitcol.itemR(edit, "grease_pencil_manhattan_distance", text="Manhattan Distance") colsplitcol.itemR(edit, "grease_pencil_euclidean_distance", text="Euclidean Distance") colsplitcol.itemR(edit, "grease_pencil_smooth_stroke", text="Smooth Stroke") - colsplitcol.itemR(edit, "grease_pencil_simplify_stroke", text="Simplify Stroke") + # colsplitcol.itemR(edit, "grease_pencil_simplify_stroke", text="Simplify Stroke") colsplitcol.itemR(edit, "grease_pencil_eraser_radius", text="Eraser Radius") -- cgit v1.2.3