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>2019-03-20 02:44:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-20 02:44:13 +0300
commit53f4fc7da9d4b7acd613430bfd0f97536cc164de (patch)
tree6b483be08221611a5848da6993c109ebfad2e707 /release/scripts/startup/bl_ui/properties_object.py
parent310a1f728cf4ab3ca50f40c62e4ff4f4b280d62b (diff)
Cleanup: style
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_object.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_object.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/release/scripts/startup/bl_ui/properties_object.py b/release/scripts/startup/bl_ui/properties_object.py
index bace5acc67e..4b7098f1e0d 100644
--- a/release/scripts/startup/bl_ui/properties_object.py
+++ b/release/scripts/startup/bl_ui/properties_object.py
@@ -17,6 +17,10 @@
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
+from .properties_animviz import (
+ MotionPathButtonsPanel,
+ MotionPathButtonsPanel_display,
+)
import bpy
from bpy.types import Panel, Menu
from rna_prop_ui import PropertyPanel
@@ -311,12 +315,6 @@ class OBJECT_PT_instancing(ObjectButtonsPanel, Panel):
col.prop(ob, "show_instancer_for_render")
-from .properties_animviz import (
- MotionPathButtonsPanel,
- MotionPathButtonsPanel_display,
-)
-
-
class OBJECT_PT_instancing_size(ObjectButtonsPanel, Panel):
bl_label = "Scale by Face Size"
bl_parent_id = "OBJECT_PT_instancing"