GPencil: New Normalize All operator

This operator works similar to mesh operator but for Stroke and Points data.

Also minor cleanup in Normalize operator.
This commit is contained in:
2019-04-16 12:12:35 +02:00
parent 5494926ee5
commit 2e3bc99590
4 changed files with 117 additions and 3 deletions

View File

@@ -4095,6 +4095,7 @@ class VIEW3D_MT_weight_gpencil(Menu):
def draw(self, context):
layout = self.layout
layout.operator("gpencil.vertex_group_normalize_all", text="Normalize All")
layout.operator("gpencil.vertex_group_normalize", text="Normalize")
layout.separator()