Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'blenderkit/upload.py')
-rw-r--r--blenderkit/upload.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/blenderkit/upload.py b/blenderkit/upload.py
index c8974b82..c913c714 100644
--- a/blenderkit/upload.py
+++ b/blenderkit/upload.py
@@ -1245,10 +1245,10 @@ class UploadOperator(Operator):
ui_panels.draw_not_logged_in(self, message='To upload assets you need to login/signup.')
return {'CANCELLED'}
- if props.is_private == 'PUBLIC':
- return context.window_manager.invoke_props_dialog(self)
- else:
- return self.execute(context)
+ # if props.is_private == 'PUBLIC':
+ return context.window_manager.invoke_props_dialog(self)
+ # else:
+ # return self.execute(context)
class AssetDebugPrint(Operator):