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:
authorVilem Duha <vilem.duha@gmail.com>2019-05-28 12:43:46 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-05-28 12:43:46 +0300
commit8e6f485cf5b160c425d7da7c743879b20f3d6a96 (patch)
treef1ef239762d97b88980b4eefb65869d5b8033524 /blenderkit/ui_panels.py
parentd9bdae1d6dd48e184629d4cf2b81c694e5246f75 (diff)
BlenderKit:bring back mark for validation until we have private storage clearly separated
Diffstat (limited to 'blenderkit/ui_panels.py')
-rw-r--r--blenderkit/ui_panels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/ui_panels.py b/blenderkit/ui_panels.py
index 1a4b2e76..759e9c23 100644
--- a/blenderkit/ui_panels.py
+++ b/blenderkit/ui_panels.py
@@ -128,7 +128,7 @@ def draw_upload_common(layout, props, asset_type, context):
row = layout.row()
row.prop(props, 'asset_base_id', icon='FILE_TICK')
- # layout.operator("object.blenderkit_mark_for_validation", icon='EXPORT')
+ layout.operator("object.blenderkit_mark_for_validation", icon='EXPORT')
layout.prop(props, 'category')
if asset_type == 'MODEL' and props.subcategory != '': # by now block this for other asset types.