Page 1 of 1
Text Wrapping is a must

Posted:
Wed Mar 10, 2021 1:59 pm
by JarJarBings
does anyone have any solution builtin in the software that wraps long text instead of going through the screen it wraps around borders like hitfilm and premier pro, Why for YEARS Blackmagic team didn't implement such a simple yet essential feature?
Re: Text Wrapping is a MUST

Posted:
Wed Mar 10, 2021 2:34 pm
by John Holt
Hi,
Yes, however every time I post on this forum someone jumps in with BM should add it as a feature. Which I am not opposed to, if they do great but it isn't required as Resolve already does text wrapping
1. What page are you entering the text on (Cut, Edit, or Fusion)?
2. What tool are you using (Text, Text+)?
3. How are you entering the text (Typing, Pasting, or Expression form external file)?
Another factor when working with a client would be how does the client supply the copy?
A simple script can be used to import client-provided copy based on their formatting criteria.
Happy to help further but await the barrage of comments about this post.
John
Re: Text Wrapping is a MUST

Posted:
Wed Mar 10, 2021 2:39 pm
by Jim Simon
You've got me curious, John.
Let's say it Pasted into a Text clip on the Edit page.
Re: Text Wrapping is a MUST

Posted:
Wed Mar 10, 2021 7:19 pm
by brediknight
yep. its pretty shocking that this isn't added yet for the Edit Page. Text or Text+
On top of that, having a small text window to try and format that has no relative size to the picture resolution doesn't help.
scripts are a hack. the UI should have a check box for Text Wrap.
Re: Text Wrapping is a MUST

Posted:
Wed Mar 10, 2021 8:19 pm
by Jim Simon
brediknight wrote:the UI should have a check box for Text Wrap.
Which responds in real time to changes in the bounding box.
Re: Text Wrapping is a MUST

Posted:
Wed Mar 10, 2021 10:43 pm
by John Holt
Jim Simon wrote:You've got me curious, John.
Let's say it Pasted into a Text clip on the Edit page.
Hi Jim
Busy day!
Paste it from where, as if I "Paste" text into either a Text or Text+ it is already wrapped and formatted.
John
Re: Text Wrapping is a must

Posted:
Thu Mar 11, 2021 9:12 pm
by Jim Simon
Copy your own text from your first reply above and Paste it into a Text clip on Edit.
Looks a mess here. Doesn't wrap at all.
Re: Text Wrapping is a must

Posted:
Fri Mar 12, 2021 5:02 am
by IsraEliteMedia
+1 that a text word wrapping option is pretty basic and expected. Davinci Resolve is behind the curve on everything text related. From closed captions to text presets and copying attributes.
Erik
Re: Text Wrapping is a must

Posted:
Fri Mar 12, 2021 7:30 am
by Jason Conrad
- Code: Select all
import textwrap
myText = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
wrapped = textwrap.fill(myText, 40)
print(wrapped)
Try pasting that into PY3 console. Unfortunately, you can't copy/paste text out of console, so you'll have to adopt it to your fusion comps.
Re: Text Wrapping is a must

Posted:
Fri Mar 12, 2021 8:24 am
by dave4443
+1
Only swapped from Premiere to Resolve recently, for most things it excels but it seems to miss out on some of the more basic ease of life functions like this
But at least it doesn't crash constantly

Re: Text Wrapping is a MUST

Posted:
Sun Mar 14, 2021 12:06 pm
by JarJarBings
John Holt wrote:Hi,
Yes, however every time I post on this forum someone jumps in with BM should add it as a feature. Which I am not opposed to, if they do great but it isn't required as Resolve already does text wrapping
1. What page are you entering the text on (Cut, Edit, or Fusion)?
2. What tool are you using (Text, Text+)?
3. How are you entering the text (Typing, Pasting, or Expression form external file)?
Another factor when working with a client would be how does the client supply the copy?
A simple script can be used to import client-provided copy based on their formatting criteria.
Happy to help further but await the barrage of comments about this post.
John
"as Resolve already does text wrapping"
how do you do it?
i use the edit page and text tool, and i paste the text
Re: Text Wrapping is a must

Posted:
Sun Mar 14, 2021 2:02 pm
by atmosfar
Subtitles support text wrapping, other text tools don't. Someone had an OpenFX textwrap plugin around here somewhere, but it was quite limited in features as I recall..
Re: Text Wrapping is a must

Posted:
Sun Mar 14, 2021 2:15 pm
by JarJarBings
atmosfar wrote:Subtitles support text wrapping, other text tools don't. Someone had an OpenFX textwrap plugin around here somewhere, but it was quite limited in features as I recall..
I recall it does, but here is the problem, first it's not the purpose for the tool, if you use a tool for a purpose other than its intended usage then there is a problem
second, I have to reposition it to work
Re: Text Wrapping is a must

Posted:
Sun Mar 14, 2021 5:53 pm
by atmosfar
JarJarBings wrote:atmosfar wrote:Subtitles support text wrapping, other text tools don't. Someone had an OpenFX textwrap plugin around here somewhere, but it was quite limited in features as I recall..
I recall it does, but here is the problem, first it's not the purpose for the tool, if you use a tool for a purpose other than its intended usage then there is a problem
second, I have to reposition it to work
Yes, I don't think using subtitles is a solution for complex titling. But they have the code available for text-wrapping, obviously, since it's already present in DR!
Re: Text Wrapping is a must

Posted:
Mon Mar 15, 2021 12:16 am
by brediknight
on top off all this, we only get a small 5 line small window for layout.
Makes formatting small legal copy real fun!