Last part of camera tracking names cleanup: bundles -> 3d markers

This commit is contained in:
Sergey Sharybin
2011-11-21 17:05:27 +00:00
parent 6f73e351ee
commit 697e4d2ca7
4 changed files with 12 additions and 12 deletions

View File

@@ -77,11 +77,11 @@ class CLIP_OT_track_to_empty(Operator):
return {'FINISHED'}
class CLIP_OT_tracks_to_mesh(Operator):
"""Create vertex cloud using coordinates of tracks"""
class CLIP_OT_bundles_to_mesh(Operator):
"""Create vertex cloud using coordinates of reconstructed tracks"""
bl_idname = "clip.tracks_to_mesh"
bl_label = "Tracks to Mesh"
bl_idname = "clip.bundles_to_mesh"
bl_label = "3D Markers to Mesh"
bl_options = {'UNDO', 'REGISTER'}
@classmethod