GPv3: Opacity modifier #116946

Merged
Lukas Tönne merged 52 commits from LukasTonne/blender:gp3-opacity-modifier into main 2024-01-16 16:56:22 +01:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit aec063e8e7 - Show all commits

View File

@ -46,7 +46,6 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
def draw(self, _context):
layout = self.layout
ob_type = _context.object.type
layout.operator("wm.call_menu", text="Add Modifier", icon='ADD').name = "OBJECT_MT_modifier_add"
LukasTonne marked this conversation as resolved Outdated

Was this added by mistake? I don't see where ob_type is used here.

Was this added by mistake? I don't see where `ob_type` is used here.
layout.template_modifiers()