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:
authorCampbell Barton <ideasman42@gmail.com>2013-08-29 06:32:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-29 06:32:51 +0400
commit95fcf02500408e6457806e8a293572b9ef91381a (patch)
tree97ccd8d57e3e26f895b46a36a08081afaa04ca01 /release
parente7d725eefda42ec315d887cfa91c733f26b0f3b1 (diff)
patch [#36336] Split operator for curves and surfaces
by Kevin Mackay (yakca) The operator follows roughly the same behaviour as the split operator for a mesh (Ykey).
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 7512e0449a9..078a70ee669 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -2138,6 +2138,7 @@ def draw_curve(self, context):
layout.operator("curve.extrude_move")
layout.operator("curve.duplicate_move")
+ layout.operator("curve.split")
layout.operator("curve.separate")
layout.operator("curve.make_segment")
layout.operator("curve.cyclic_toggle")