Fix #104729. Added missing OperatorStrokeElement keywords.

Pull Request: https://projects.blender.org/blender/blender-addons/pulls/104731
This commit is contained in:
Oxicid
2023-07-02 12:29:45 +02:00
committed by nutti
parent cbf4156ebc
commit 3eb6687b9d

View File

@ -563,11 +563,14 @@ class MUV_OT_UVInspection_PaintUVIsland(bpy.types.Operator):
"name": "",
"location": (0, 0, 0),
"mouse": (0, 0),
"mouse_event": (0.0, 0.0),
"size": 0,
"pressure": 0,
"pen_flip": False,
"time": 0,
"is_start": False
"is_start": False,
"x_tilt": 0.0,
"y_tilt": 0.0,
}])
if compat.check_version(2, 80, 0) < 0: