[Bf-extensions-cvs] [4179941c] blender2.8: Merge branch 'master' into blender2.8

Brecht Van Lommel noreply at git.blender.org
Thu Oct 18 20:25:44 CEST 2018


Commit: 4179941c58871bf85cf275130af0696affa5040f
Author: Brecht Van Lommel
Date:   Thu Oct 18 20:25:28 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBA4179941c58871bf85cf275130af0696affa5040f

Merge branch 'master' into blender2.8

===================================================================



===================================================================

diff --cc space_view3d_copy_attributes.py
index 3fca5d11,cb53511b..977f9ffa
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@@ -661,13 -662,9 +660,9 @@@ 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")
 +                             text="Copy Material")
          op['layer'] = ''
          op['mode'] = 'MAT'



More information about the Bf-extensions-cvs mailing list