From 157fc433698558fc03ac4b58ede9e27521aae8a8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 24 Jul 2014 21:00:35 +0600 Subject: Implement option to parent object to undistorted position of 2D track --- release/scripts/startup/bl_ui/properties_constraint.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'release/scripts/startup/bl_ui/properties_constraint.py') 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: -- cgit v1.2.3