Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-11-21 21:05:27 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-11-21 21:05:27 +0400
commit697e4d2ca77436d020763b3eb0a66baa3072a4e6 (patch)
tree8ade818f4d8f39c537bec83e30cd599560da6cbe /release/scripts/startup/bl_operators/clip.py
parent6f73e351ee2f5e8dbdd867d160549bd9304865d2 (diff)
Last part of camera tracking names cleanup: bundles -> 3d markers
Diffstat (limited to 'release/scripts/startup/bl_operators/clip.py')
-rw-r--r--release/scripts/startup/bl_operators/clip.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/scripts/startup/bl_operators/clip.py b/release/scripts/startup/bl_operators/clip.py
index 59c4f88251d..63b928c952b 100644
--- a/release/scripts/startup/bl_operators/clip.py
+++ b/release/scripts/startup/bl_operators/clip.py
@@ -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