diff --git a/blender_cloud/image_sharing.py b/blender_cloud/image_sharing.py index 578b3d5..26d39c0 100644 --- a/blender_cloud/image_sharing.py +++ b/blender_cloud/image_sharing.py @@ -74,6 +74,9 @@ class PILLAR_OT_image_share(pillar.PillarOperatorMixin, self._new_async_task(self.async_execute(context)) return {'RUNNING_MODAL'} + def execute(self, context): + return self.invoke(context, None) + async def async_execute(self, context): """Entry point of the asynchronous operator."""