From 8af2ed80a4bfa356ee19e74dc66cc20bb203e82e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 27 Feb 2014 08:38:14 +1100 Subject: RNA: rename matrix_for_frame -> matrix_from_frame --- release/scripts/startup/bl_operators/clip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_operators/clip.py b/release/scripts/startup/bl_operators/clip.py index 72a26fd36e2..7e142cebb4f 100644 --- a/release/scripts/startup/bl_operators/clip.py +++ b/release/scripts/startup/bl_operators/clip.py @@ -195,7 +195,7 @@ class CLIP_OT_bundles_to_mesh(Operator): if camera: reconstruction = tracking_object.reconstruction framenr = scene.frame_current - clip.frame_start + 1 - reconstructed_matrix = reconstruction.cameras.matrix_for_frame(framenr) + reconstructed_matrix = reconstruction.cameras.matrix_from_frame(framenr) matrix = camera.matrix_world * reconstructed_matrix.inverted() mesh = bpy.data.meshes.new(name="Tracks") -- cgit v1.2.3