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:
Habib Gahbiche
2025-10-06 16:00:00 +02:00
parent d9d8f8e777
commit 4c0408bbe6

View File

@@ -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):