cleanup for python scripts - unused vars and imports

This commit is contained in:
Campbell Barton
2011-07-10 12:51:37 +00:00
parent 7370ba1839
commit b62a956cc8
11 changed files with 9 additions and 20 deletions

View File

@@ -98,8 +98,6 @@ def align_objects(align_x, align_y, align_z, align_mode, relative_to):
# Main Loop
for obj, bb_world in objs:
loc_world = obj.location
bb_world = [Vector(v[:]) * obj.matrix_world for v in obj.bound_box]
Left_Up_Front = bb_world[1]