Page MenuHome

VSE UI: Text Strip, new default values and use percentage and sliders
AbandonedPublic

Authored by Peter Fog (tintwotin) on May 18 2020, 12:29 PM.

Details

Summary

Change Location and Wrap values from 0.0 -> 1.0 to 0.00% -> 100.00%

Before:

After:

Added new default values, which will center the text, make it larger and and add a wrap value of 70%.

Before:

After:

Diff Detail

Repository
rB Blender

Event Timeline

Peter Fog (tintwotin) requested review of this revision.May 18 2020, 12:29 PM
Peter Fog (tintwotin) created this revision.
Peter Fog (tintwotin) retitled this revision from VSE UI: Use percentage and sliders instead of 0.0 -> 1.0 values to VSE UI: Use percentage and sliders instead of 0.0 -> 1.0 values for Location and Wrap Width in Text Strips.May 18 2020, 8:50 PM
Peter Fog (tintwotin) retitled this revision from VSE UI: Use percentage and sliders instead of 0.0 -> 1.0 values for Location and Wrap Width in Text Strips to VSE UI: Text Strip, new default values and use percentage and sliders.
Peter Fog (tintwotin) edited the summary of this revision. (Show Details)

Added new default values, which will center the text, make it larger and and add a wrap value of 70%.

Before:

After:

Richard Antalik (ISS) requested changes to this revision.May 20 2020, 4:07 PM

I think this would be OK change, but there need to be versioning code. This would break old files.

source/blender/blenkernel/intern/seqeffects.c
3799

Should be 70.0f since wrap_width is float

3923

Should be 0.0f since wrap_width is float

This revision now requires changes to proceed.May 20 2020, 4:07 PM
This revision now requires changes to proceed.Jun 8 2020, 3:32 PM

I don't know how to do the versioning @Richard Antalik (ISS) can you do it

This patch didn't make it into 2.93. As I do not have anymore time or motivation for a continued investment in the Blender project, I'm giving up on this patch for now.