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>2012-01-04 12:43:28 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-01-04 12:43:28 +0400
commit76b8b67565113d3f68cd5ba1f546c2bd4d2aa583 (patch)
treed7a09208d951b399e7293827d1fa394cb4d95f94 /release
parent0bdbdc35b09a671220f830a52be8c1ba0cb3db10 (diff)
Object tracking: now Object Solver constraint can be converted to F-Curves
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/clip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/clip.py b/release/scripts/startup/bl_operators/clip.py
index cb21f17cff5..f7641f25f17 100644
--- a/release/scripts/startup/bl_operators/clip.py
+++ b/release/scripts/startup/bl_operators/clip.py
@@ -269,7 +269,7 @@ object's movement caused by this constraint"""
# TODO: several camera solvers and track followers would fail,
# but can't think about eal workflow where it'll be useful
for x in ob.constraints:
- if x.type in {'CAMERA_SOLVER', 'FOLLOW_TRACK'}:
+ if x.type in {'CAMERA_SOLVER', 'FOLLOW_TRACK', 'OBJECT_SOLVER'}:
con = x
if not con: