attempt to fix defione for qtcreator project file and cycles define.

This commit is contained in:
2011-12-06 04:53:16 +00:00
parent 04464c6cf9
commit 4b73f587ee
2 changed files with 8 additions and 3 deletions

View File

@@ -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)