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:
authorJoshua Leung <aligorith@gmail.com>2011-03-23 12:22:28 +0300
committerJoshua Leung <aligorith@gmail.com>2011-03-23 12:22:28 +0300
commit9b1ee158e59211d77089563fc8cbf8f3b6ce065f (patch)
tree78d95b842fcd7342c64370e85b2fa7dc44f26d0e /release
parent82f99a0db0a2ebe2589a0260d869f18bbf4ee196 (diff)
Bugfix:
NLA Header was broken by recent Py UI-script changes
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_nla.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_nla.py b/release/scripts/startup/bl_ui/space_nla.py
index 83d84647acb..4f2988f6b4b 100644
--- a/release/scripts/startup/bl_ui/space_nla.py
+++ b/release/scripts/startup/bl_ui/space_nla.py
@@ -25,7 +25,7 @@ class NLA_HT_header(bpy.types.Header):
bl_space_type = 'NLA_EDITOR'
def draw(self, context):
- from space_dopesheet import dopesheet_filter
+ from bl_ui.space_dopesheet import dopesheet_filter
layout = self.layout