Compositor: Make asset shelf visible by default
Now that we have assets bundled with Blender, the asset shelf can be visible by default. See also: #138983 Pull Request: https://projects.blender.org/blender/blender/pulls/147453
This commit is contained in:
@@ -1139,6 +1139,7 @@ def node_panel(cls):
|
||||
class NODE_AST_compositor(bpy.types.AssetShelf):
|
||||
bl_space_type = 'NODE_EDITOR'
|
||||
bl_region_type = 'UI'
|
||||
bl_options = {'DEFAULT_VISIBLE'}
|
||||
|
||||
@classmethod
|
||||
def poll(cls, context):
|
||||
|
||||
Reference in New Issue
Block a user