Correct merge conflict
This commit is contained in:
@@ -404,13 +404,8 @@ class GPENCIL_MT_pie_settings_palette(Menu):
|
||||
pie = layout.menu_pie()
|
||||
gpd = context.gpencil_data
|
||||
gpl = context.active_gpencil_layer
|
||||
<<<<<<< HEAD
|
||||
palcolor = None # context.active_gpencil_palettecolor
|
||||
brush = context.active_gpencil_brush
|
||||
=======
|
||||
palcolor = context.active_gpencil_palettecolor
|
||||
# brush = context.active_gpencil_brush
|
||||
>>>>>>> master
|
||||
|
||||
is_editmode = bool(gpd and gpd.use_stroke_edit_mode and context.editable_gpencil_strokes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user