Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-10-21 04:43:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-21 04:43:17 +0300
commitb66728d63deee0fc9ef517405466d1139871251d (patch)
tree03b92d528c53e48434d4e6361ecfc1b7607d2f56 /release/scripts/startup/bl_ui/properties_physics_cloth.py
parenta8553c9fa2482ca1a19bcf96edec2e8a3d261d86 (diff)
parentebb29200d3bf9460ff32100cc1ed6c436e206829 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_cloth.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_cloth.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_cloth.py b/release/scripts/startup/bl_ui/properties_physics_cloth.py
index 07f995640c3..351418c9d23 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):