We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683bc02 commit 3fb5567Copy full SHA for 3fb5567
1 file changed
src/ops/start.py
@@ -38,7 +38,8 @@ class UVGAMI_OT_start(bpy.types.Operator):
38
bl_label = "Unwrap"
39
bl_description = "Start UV unwrap process"
40
41
- def __init__(self):
+ def __init__(self, *args, **kwargs):
42
+ super().__init__(*args, **kwargs)
43
self.reset_variables()
44
45
def reset_variables(self):
0 commit comments