[Bf-blender-cvs] [9984c6494ae] master: Fix Cycles interface after 3017d88aec7f

Sergey Sharybin noreply at git.blender.org
Wed Mar 13 09:53:23 CET 2019


Commit: 9984c6494ae7336e38e9ccd8f39197f549819025
Author: Sergey Sharybin
Date:   Wed Mar 13 09:53:07 2019 +0100
Branches: master
https://developer.blender.org/rB9984c6494ae7336e38e9ccd8f39197f549819025

Fix Cycles interface after 3017d88aec7f

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

M	intern/cycles/blender/addon/ui.py

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

diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py
index aea0a075b64..e0de3031466 100644
--- a/intern/cycles/blender/addon/ui.py
+++ b/intern/cycles/blender/addon/ui.py
@@ -1115,7 +1115,7 @@ class CYCLES_PT_context_material(CyclesButtonsPanel, Panel):
             col.operator("object.material_slot_add", icon='ADD', text="")
             col.operator("object.material_slot_remove", icon='REMOVE', text="")
 
-            col.menu("MATERIAL_MT_specials", icon='DOWNARROW_HLT', text="")
+            col.menu("MATERIAL_MT_context_menu", icon='DOWNARROW_HLT', text="")
 
             if is_sortable:
                 col.separator()



More information about the Bf-blender-cvs mailing list