From 83da21ca4e6cc969e48742b1b1783882192a66b5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 11 Jun 2019 16:08:32 +1000 Subject: Fix T65393: Error live editing UI scripts Disable relative imports for UI scripts. --- release/scripts/startup/bl_ui/properties_material_gpencil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_material_gpencil.py') diff --git a/release/scripts/startup/bl_ui/properties_material_gpencil.py b/release/scripts/startup/bl_ui/properties_material_gpencil.py index b6668258c78..7cd68f34e9e 100644 --- a/release/scripts/startup/bl_ui/properties_material_gpencil.py +++ b/release/scripts/startup/bl_ui/properties_material_gpencil.py @@ -22,7 +22,7 @@ from bpy.types import Menu, Panel, UIList from rna_prop_ui import PropertyPanel from bl_ui.utils import PresetPanel -from .properties_grease_pencil_common import ( +from bl_ui.properties_grease_pencil_common import ( GreasePencilMaterialsPanel, ) -- cgit v1.2.3