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-02-03 17:33:15 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-02-03 17:34:29 +0400
commit7fbb7e32fd4e50357ca4079b70f2917f412bcfa2 (patch)
treeccd89ec926e1a1cd5946401e3f7545b1f96eee3b /release
parent04984430ce18a61560f793d0adf9b7acba4a05d4 (diff)
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.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_curve.py1
1 files changed, 0 insertions, 1 deletions
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):