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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-01-01 17:09:42 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-01-01 17:09:42 +0300
commitfdddd4ed66f548bfcc12411705af916b726cc1a7 (patch)
treed14d7147c96a9df2a1fe1c280606b49864bebdbd
parentaab4f2b76253936d1ba09562f1b1a21661860bf7 (diff)
Fix same operator (curve.separate) in double in Curve menu.
Reported by Leon Cheung on IRC, thanks.
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 7f2ec53b8fb..6120e425fd2 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -2447,7 +2447,6 @@ class VIEW3D_MT_edit_curve_ctrlpoints(Menu):
if edit_object.type == 'CURVE':
layout.operator("transform.tilt")
layout.operator("curve.tilt_clear")
- layout.operator("curve.separate")
layout.separator()