Fix 'Use current as template' bpy missing import

This commit is contained in:
Francesco Bellini 2024-08-18 20:11:55 +02:00
parent c9cb3c576b
commit 2a60a876bf

View File

@ -1,4 +1,5 @@
from .. import __package__ as base_package
import bpy
def draw_addon_separator(layout):
layout.separator()