[Bf-blender-cvs] [1fd6979] asset-engine: Some minor UI updates...

Bastien Montagne noreply at git.blender.org
Thu Sep 10 14:36:03 CEST 2015


Commit: 1fd6979bdb0a5bcad59a0246344d819cc44ee890
Author: Bastien Montagne
Date:   Thu Sep 10 14:35:49 2015 +0200
Branches: asset-engine
https://developer.blender.org/rB1fd6979bdb0a5bcad59a0246344d819cc44ee890

Some minor UI updates...

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

M	release/scripts/startup/bl_operators/amber.py

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

diff --git a/release/scripts/startup/bl_operators/amber.py b/release/scripts/startup/bl_operators/amber.py
index 41d5287..ee2b0c1 100644
--- a/release/scripts/startup/bl_operators/amber.py
+++ b/release/scripts/startup/bl_operators/amber.py
@@ -378,7 +378,7 @@ class AssetEngineAmber(AssetEngine):
                 row.prop(params, "use_filter_blendid", text="")
                 if (params.use_filter_blendid) :
                     row.separator()
-                    row.prop(params, "filter_id", text="")
+                    row.prop(params, "filter_id_category", text="")
 
             row.separator()
             row.prop(params, "filter_search", text="", icon='VIEWZOOM')
@@ -628,7 +628,7 @@ class AMBER_PT_options(Panel, AmberPanel):
 class AMBER_PT_tags(Panel, AmberPanel):
     bl_space_type = 'FILE_BROWSER'
     bl_region_type = 'TOOLS'
-    bl_category = "Asset Engine"
+    bl_category = "Filter"
     bl_label = "Tags"
 
     def draw(self, context):




More information about the Bf-blender-cvs mailing list