GPv3: Tint and Color modifiers
Implements the Tint and Color (aka. "Hue/Saturation") modifiers. Pull Request: https://projects.blender.org/blender/blender/pulls/117297
This commit is contained in:
@@ -219,6 +219,8 @@ class OBJECT_MT_modifier_add_color(ModifierAddMenu, Menu):
|
||||
layout = self.layout
|
||||
ob_type = context.object.type
|
||||
if ob_type == 'GREASEPENCIL':
|
||||
self.operator_modifier_add(layout, 'GREASE_PENCIL_COLOR')
|
||||
self.operator_modifier_add(layout, 'GREASE_PENCIL_TINT')
|
||||
self.operator_modifier_add(layout, 'GREASE_PENCIL_OPACITY')
|
||||
layout.template_modifier_asset_menu_items(catalog_path=self.bl_label)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user