From ebb29200d3bf9460ff32100cc1ed6c436e206829 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 21 Oct 2017 12:41:42 +1100 Subject: Cleanup: use relative imports in bl_ui --- release/scripts/startup/bl_ui/properties_physics_cloth.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 0a7890670b2..bcbb44b2cb3 100644 --- a/release/scripts/startup/bl_ui/properties_physics_cloth.py +++ b/release/scripts/startup/bl_ui/properties_physics_cloth.py @@ -20,10 +20,10 @@ import bpy from bpy.types import Menu, Panel -from bl_ui.properties_physics_common import ( - point_cache_ui, - effector_weights_ui, - ) +from .properties_physics_common import ( + point_cache_ui, + effector_weights_ui, +) def cloth_panel_enabled(md): -- cgit v1.2.3