Fix interpolate warning in console

This commit is contained in:
pullusb 2025-05-06 12:16:49 +02:00
parent b9de93a859
commit 0b7a40ec5a

View File

@ -508,7 +508,6 @@ class GP_OT_interpolate_stroke(GP_OT_interpolate_stroke_base):
classes = (
GP_OT_interpolate_stroke_base,
GP_OT_interpolate_stroke,
GP_OT_pick_collection
)