Text typewriter feature#1831
Conversation
|
A "typewriter effect" is obviously useful, however I wouldn't accept it in the way you've done it (attaching it to the text node). The nodes are like building blocks and each one should have a single clearly defined purpose. Instead, I'd be inclined to make a "substring" node that would function basically identically to the substring function of any programming language. It could take an input string, have inputs for start/length, and then those could be keyframed (or have "time" plugged into it), and then the output of that could be plugged into the text node. That would provide much more versatility and flexibility, and you could even group it all together into one "typewriter" node with the new grouping feature if you want to keep it all tidy and package it as a single node (that can be copied/pasted into other projects or to other users). |
|
Yeah, I figured that would make more sense. I already have a substring node mostly implemented, so I'll push it here once finished |
|
Olive is about to undergo some largish code refactoring and I wanted to check on the status of old PRs before we do that. Do you olan to update/continue with the PR? Thanks |
|
The status is...I forgot about it, sorry 😅 I doubt I still have my unfinished substring node code and I don't have time to finish this atm. I'll try to remember to come back and re-do it some time in the summer when I have a bit more time. |
|
Thought I'd chime in with my 2cents: Maybe for more complicated effects, a "preset" menu could be used that has some basic, commonly-used effects. (For something like this that could be done with a substring node, it's probably not necessary, but might be nice for more complicated effects.) |
Hi! I developed this feature out of necessity and figured it might be useful to others too. I enables the "typewriter" effect on text nodes, where the text is "typed in" one character at a time.
Would you accept this feature? If so, what do I need to improve before it's ready? Some thoughts:
QTextCursor)Demo:
vokoscreenNG-2022-01-14_16-24-46.mp4