Merge branch 'master' into blender2.8

This commit is contained in:
2017-11-01 01:21:12 +11:00
30 changed files with 606 additions and 128 deletions

View File

@@ -303,7 +303,7 @@ class CLIP_OT_bundles_to_mesh(Operator):
mesh = bpy.data.meshes.new(name="Tracks")
for track in tracking_object.tracks:
if track.has_bundle:
if track.has_bundle and track.select == True:
new_verts.append(track.bundle)
if new_verts: