Merge branch 'master' into blender2.8

This commit is contained in:
2018-03-22 16:41:37 +01:00
45 changed files with 1236 additions and 332 deletions

View File

@@ -302,7 +302,7 @@ class CLIP_OT_bundles_to_mesh(Operator):
matrix = camera.matrix_world * reconstructed_matrix.inverted()
for track in tracking_object.tracks:
if track.has_bundle and track.select == True:
if track.has_bundle and track.select:
new_verts.append(track.bundle)
if new_verts: