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_physics_cloth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_physics_cloth.py') diff --git a/release/scripts/startup/bl_ui/properties_physics_cloth.py b/release/scripts/startup/bl_ui/properties_physics_cloth.py index 7463f10185d..b896e5f5408 100644 --- a/release/scripts/startup/bl_ui/properties_physics_cloth.py +++ b/release/scripts/startup/bl_ui/properties_physics_cloth.py @@ -23,7 +23,7 @@ from bpy.types import ( ) from bl_ui.utils import PresetPanel -from .properties_physics_common import ( +from bl_ui.properties_physics_common import ( point_cache_ui, effector_weights_ui, ) -- cgit v1.2.3