Cleanup: RNA boolean names (use prefix conventions)

This commit is contained in:
Campbell Barton
2019-02-11 17:49:35 +11:00
parent 826d9ac827
commit 42368a2321
16 changed files with 31 additions and 31 deletions

View File

@@ -742,7 +742,7 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
layout.prop(strip, "speed_factor")
else:
layout.prop(strip, "speed_factor", text="Frame Number")
layout.prop(strip, "scale_to_length")
layout.prop(strip, "use_scale_to_length")
elif strip.type == 'TRANSFORM':
layout = self.layout