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.
This commit is contained in:
Sergey Sharybin
2014-02-03 19:33:15 +06:00
parent 04984430ce
commit 7fbb7e32fd
4 changed files with 1 additions and 18 deletions

View File

@@ -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):