Revert strip start property to strip_start

Using strip_final_start affects strip offset while not moving content.
This commit is contained in:
Richard Antalik 2019-07-09 15:45:08 -07:00
parent 2893417d67
commit 3b4054cb58
Notes: blender-bot 2023-02-14 06:32:27 +01:00
Referenced by issue #66807, Blender 2.8 release candidate shows no available Cycles Render Devices
Referenced by issue #66657, Seperate crashes with Zero Faces.
Referenced by issue #66584, Collada: Preview on Mac shows issues with transparency
1 changed files with 1 additions and 1 deletions

View File

@ -1367,7 +1367,7 @@ class SEQUENCER_PT_time(SequencerButtonsPanel, Panel):
split = sub.split(factor=0.5 + max_factor, align=True)
split.alignment = 'RIGHT'
split.label(text="Start")
split.prop(strip, "frame_final_start", text=smpte_from_frame(strip.frame_final_start))
split.prop(strip, "frame_start", text=smpte_from_frame(strip.frame_start))
split = sub.split(factor=0.5 + max_factor, align=True)
split.alignment = 'RIGHT'