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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user