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>2014-07-24 19:00:35 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-07-24 19:01:19 +0400
commit157fc433698558fc03ac4b58ede9e27521aae8a8 (patch)
treee7270055a2799d5ed2a940d914a53652c001fbc0 /release/scripts/startup/bl_ui/properties_constraint.py
parentd2cf9f0c4b80c9f14a8ab22bf95d1a80e7eda552 (diff)
Implement option to parent object to undistorted position of 2D track
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_constraint.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_constraint.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/properties_constraint.py b/release/scripts/startup/bl_ui/properties_constraint.py
index 50107604b3b..4baf31a591b 100644
--- a/release/scripts/startup/bl_ui/properties_constraint.py
+++ b/release/scripts/startup/bl_ui/properties_constraint.py
@@ -788,6 +788,10 @@ class ConstraintButtonsPanel():
row.prop(con, "use_active_clip")
row.prop(con, "use_3d_position")
+ sub = row.column()
+ sub.active = not con.use_3d_position
+ sub.prop(con, "use_undistorted_position")
+
col = layout.column()
if not con.use_active_clip: