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>2011-12-06 08:53:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-06 08:53:16 +0400
commit4b73f587eeae8713035efb780cb9a2d5362e4d98 (patch)
treeb2fc7ade58266f57f64b42f4042863d181861c9c /release
parent04464c6cf99b1a9a0cce6d16d5f9e0cc2c0a33e6 (diff)
attempt to fix defione for qtcreator project file and cycles define.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/bpy_extras/io_utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/modules/bpy_extras/io_utils.py b/release/scripts/modules/bpy_extras/io_utils.py
index 3d71feaf79e..90f0d3f1c1d 100644
--- a/release/scripts/modules/bpy_extras/io_utils.py
+++ b/release/scripts/modules/bpy_extras/io_utils.py
@@ -269,8 +269,6 @@ def axis_conversion_ensure(operator, forward_attr, up_attr):
return axis_forward, axis_up
- change = False
-
axis = getattr(operator, forward_attr), getattr(operator, up_attr)
axis_new = validate(*axis)