From 7fbb7e32fd4e50357ca4079b70f2917f412bcfa2 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 3 Feb 2014 19:33:15 +0600 Subject: Fix T38450: Remove unused Children Offset option This option was only exposed to the interface and internally was doing basically nothing. Removing it to prevent artists from being confused. --- release/scripts/startup/bl_ui/properties_data_curve.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/properties_data_curve.py b/release/scripts/startup/bl_ui/properties_data_curve.py index 429c207c176..8a3e31d8308 100644 --- a/release/scripts/startup/bl_ui/properties_data_curve.py +++ b/release/scripts/startup/bl_ui/properties_data_curve.py @@ -214,7 +214,6 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, Panel): # these are for paths only row = layout.row() row.prop(curve, "use_path_follow") - row.prop(curve, "use_time_offset", text="Offset Children") class DATA_PT_active_spline(CurveButtonsPanelActive, Panel): -- cgit v1.2.3