[Bf-extensions-cvs] [c43da5fa] master: 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.

Vilem Duha noreply at git.blender.org
Mon Jun 17 16:18:01 CEST 2019


Commit: c43da5fa598d590f7d386e1580125ead12cf1678
Author: Vilem Duha
Date:   Mon Jun 17 16:17:57 2019 +0200
Branches: master
https://developer.blender.org/rBAc43da5fa598d590f7d386e1580125ead12cf1678

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.

===================================================================

M	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)



More information about the Bf-extensions-cvs mailing list