Fix T65393: Error live editing UI scripts

Disable relative imports for UI scripts.
This commit is contained in:
2019-06-11 16:08:32 +10:00
parent df57ea7f3b
commit 83da21ca4e
23 changed files with 59 additions and 59 deletions

View File

@@ -17,7 +17,7 @@
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
from .properties_animviz import (
from bl_ui.properties_animviz import (
MotionPathButtonsPanel,
MotionPathButtonsPanel_display,
)