Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-18 21:25:28 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-18 21:25:28 +0300
commit4179941c58871bf85cf275130af0696affa5040f (patch)
tree27b88825585cb90a87a4f37f8b53f12359bf5fa0 /space_view3d_copy_attributes.py
parent449bf34ddbce209f2ce70537ce1874758feb642a (diff)
parent84b817117328b3193533324846ec389b1f5fe5c4 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 3fca5d11..977f9ffa 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -292,7 +292,6 @@ class VIEW3D_MT_posecopypopup(Menu):
def draw(self, context):
layout = self.layout
layout.operator_context = 'INVOKE_REGION_WIN'
- layout.operator("view3d.copybuffer", icon="COPY_ID")
for op in pose_copies:
layout.operator("pose.copy_" + op[0])
layout.operator("pose.copy_selected_constraints")
@@ -661,10 +660,6 @@ class MESH_MT_CopyFaceSettings(Menu):
vc = len(mesh.vertex_colors) > 1
layout = self.layout
- layout.operator("view3d.copybuffer", icon="COPY_ID")
- layout.operator("view3d.pastebuffer", icon="COPY_ID")
-
- layout.separator()
op = layout.operator(MESH_OT_CopyFaceSettings.bl_idname,
text="Copy Material")