Fix #104729. Added missing OperatorStrokeElement keywords. #104731
@ -563,11 +563,14 @@ class MUV_OT_UVInspection_PaintUVIsland(bpy.types.Operator):
|
|||||||
"name": "",
|
"name": "",
|
||||||
"location": (0, 0, 0),
|
"location": (0, 0, 0),
|
||||||
"mouse": (0, 0),
|
"mouse": (0, 0),
|
||||||
|
"mouse_event": (0.0, 0.0),
|
||||||
"size": 0,
|
"size": 0,
|
||||||
"pressure": 0,
|
"pressure": 0,
|
||||||
"pen_flip": False,
|
"pen_flip": False,
|
||||||
"time": 0,
|
"time": 0,
|
||||||
"is_start": False
|
"is_start": False,
|
||||||
|
"x_tilt": 0.0,
|
||||||
|
"y_tilt": 0.0,
|
||||||
}])
|
}])
|
||||||
|
|
||||||
if compat.check_version(2, 80, 0) < 0:
|
if compat.check_version(2, 80, 0) < 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user