pep8 compliance

This commit is contained in:
Campbell Barton
2011-06-21 17:17:51 +00:00
parent d33b63c5d8
commit eaae38551f
17 changed files with 27 additions and 21 deletions

View File

@@ -244,6 +244,7 @@ class QuickExplode(bpy.types.Operator):
self.frame_end = self.frame_start + self.frame_duration
return self.execute(context)
def obj_bb_minmax(obj, min_co, max_co):
for i in range(0, 8):
bb_vec = Vector(obj.bound_box[i]) * obj.matrix_world