asset_library/collection/gui.py

14 lines
192 B
Python
Raw Normal View History

2022-12-24 15:30:32 +01:00
import bpy
def draw_context_menu(layout):
params = bpy.context.space_data.params
return
def draw_header(layout):
'''Draw the header of the Asset Browser Window'''
return