Home
last modified time | relevance | path

Searched refs:MATERIAL_MT_context_menu (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/materials_utils/
H A D__init__.py178 bpy.types.MATERIAL_MT_context_menu.prepend(materialutilities_menu_move)
179 bpy.types.MATERIAL_MT_context_menu.append(materialutilities_menu_functions)
197 bpy.types.MATERIAL_MT_context_menu.remove(materialutilities_menu_move)
198 bpy.types.MATERIAL_MT_context_menu.remove(materialutilities_menu_functions)
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/amaranth/scene/
H A Dmaterial_remove_unassigned.py103 bpy.types.MATERIAL_MT_context_menu.append(ui_material_remove_unassigned)
108 bpy.types.MATERIAL_MT_context_menu.remove(ui_material_remove_unassigned)
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_ui/
H A Dproperties_material.py26 class MATERIAL_MT_context_menu(Menu): class
275 MATERIAL_MT_context_menu,