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:
authorAntonioya <blendergit@gmail.com>2019-06-19 18:19:22 +0300
committerAntonioya <blendergit@gmail.com>2019-06-19 18:19:36 +0300
commitda68f3163030a1858f530e25561f60bdfd7deaf1 (patch)
tree28e596b20ad7ef9895f4d0d7c9913b655b11bfd3
parent1699de17bddb9f04f58af59f7651420287f27d52 (diff)
GPencil: Remove unreported duplicated Reproject operator in menu
The reproject option was duplicated. Detected writing the manual.
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 5829ca70056..e7f233cd196 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -4617,10 +4617,6 @@ class VIEW3D_MT_edit_gpencil_transform(Menu):
layout.operator("transform.tosphere", text="To Sphere")
layout.operator("transform.transform", text="Shrink Fatten").mode = 'GPENCIL_SHRINKFATTEN'
- layout.separator()
-
- layout.operator("gpencil.reproject")
-
class VIEW3D_MT_edit_gpencil_interpolate(Menu):
bl_label = "Interpolate"