From c43da5fa598d590f7d386e1580125ead12cf1678 Mon Sep 17 00:00:00 2001 From: Vilem Duha Date: Mon, 17 Jun 2019 16:17:57 +0200 Subject: BlenderKit: hide scenes by now This is an unfinished feature. It actuall/y works, but we need proper Docs so users don'/t abuse scenes . Scenes are meant as starting points for work, not as showcase e.t.c. --- blenderkit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blenderkit/__init__.py') diff --git a/blenderkit/__init__.py b/blenderkit/__init__.py index 6ca370e4..3f435cab 100644 --- a/blenderkit/__init__.py +++ b/blenderkit/__init__.py @@ -243,7 +243,7 @@ class BlenderKitUIProps(PropertyGroup): name="Active Asset Type", items=( ('MODEL', 'Model', 'Browse models', 'OBJECT_DATAMODE', 0), - ('SCENE', 'SCENE', 'Browse scenes', 'SCENE_DATA', 1), + # ('SCENE', 'SCENE', 'Browse scenes', 'SCENE_DATA', 1), ('MATERIAL', 'Material', 'Browse models', 'MATERIAL', 2), # ('TEXTURE', 'Texture', 'Browse textures', 'TEXTURE', 3), ('BRUSH', 'Brush', 'Browse brushes', 'BRUSH_DATA', 3) -- cgit v1.2.3