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:
Diffstat (limited to 'release')
-rw-r--r--release/ui/space_info.py2
1 files changed, 1 insertions, 1 deletions
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")