code cleanup: remove unused imports/defines + other redundant code.
This commit is contained in:
@@ -194,8 +194,8 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, Panel):
|
||||
layout.active = curve.use_path
|
||||
|
||||
col = layout.column()
|
||||
layout.prop(curve, "path_duration", text="Frames")
|
||||
layout.prop(curve, "eval_time")
|
||||
col.prop(curve, "path_duration", text="Frames")
|
||||
col.prop(curve, "eval_time")
|
||||
|
||||
# these are for paths only
|
||||
row = layout.row()
|
||||
|
||||
Reference in New Issue
Block a user