[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41095] branches/soc-2011-tomato/release/ scripts/startup/bl_operators/clip.py: Camera tracking integration

Sergey Sharybin g.ulairi at gmail.com
Mon Oct 17 17:57:26 CEST 2011


Revision: 41095
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41095
Author:   nazgul
Date:     2011-10-17 15:57:26 +0000 (Mon, 17 Oct 2011)
Log Message:
-----------
Camera tracking integration
===========================

Set background to camera axis only when setting it from operator
in clip editor.

Modified Paths:
--------------
    branches/soc-2011-tomato/release/scripts/startup/bl_operators/clip.py

Modified: branches/soc-2011-tomato/release/scripts/startup/bl_operators/clip.py
===================================================================
--- branches/soc-2011-tomato/release/scripts/startup/bl_operators/clip.py	2011-10-17 15:57:20 UTC (rev 41094)
+++ branches/soc-2011-tomato/release/scripts/startup/bl_operators/clip.py	2011-10-17 15:57:26 UTC (rev 41095)
@@ -194,6 +194,7 @@
         bgpic.clip_user.proxy_render_size = user.proxy_render_size
         bgpic.clip_user.use_render_undistorted = user.use_render_undistorted
         bgpic.use_camera_clip = False
+        bgpic.view_axis = 'CAMERA'
 
     def execute(self, context):
         sc = context.space_data




More information about the Bf-blender-cvs mailing list