Revert "GPv3: Array modifier"

This reverts commit e1ce3c3cc7.
This commit is contained in:
Falk David
2024-02-01 16:18:13 +01:00
parent b2aa36485b
commit 898ff6ceee
10 changed files with 6 additions and 581 deletions

View File

@@ -150,7 +150,6 @@ class OBJECT_MT_modifier_add_generate(ModifierAddMenu, Menu):
if ob_type == 'MESH':
self.operator_modifier_add(layout, 'WIREFRAME')
if ob_type == 'GREASEPENCIL':
self.operator_modifier_add(layout, 'GREASE_PENCIL_ARRAY')
self.operator_modifier_add(layout, 'GREASE_PENCIL_MIRROR')
self.operator_modifier_add(layout, 'GREASE_PENCIL_SUBDIV')
layout.template_modifier_asset_menu_items(catalog_path=self.bl_label)