KR_Typewriter v1.1
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: R K
Simulates typewriter/terminal typing effect
Requirements:
6.3 or later
6.3 or later
27 Jan 2012
1598
For those lazy guys who don't like to switch between nuke and after_fx it simulates typewriter/terminal typing effect
Please login in order to download these files.
Comments
I changed the font-path to /Library/Fonts/ Arial.ttf in the .gizmo file and it worked perfectly in MacOSX NukeX 6.3 v4
Cheers
-Tobi
Antonio, you can use
directly in the text field to separate lines.
those symbols are backslash followed by n
Very usefull for those tedious action of animating a computer writing effects
Let's transform Nuke to AE!
very useful and great example for usage of expressions in the Text node.
Frustrated because Nuke is interpreting your code you're trying to use for motion graphics purposes as a TCL expression? The fix is probably easier than you think!
Wrap the text you're trying to use in a TCL/Python triple quoted string, use this in the text field: [python {str("""text that needs to not be code""")}]
Additionally, I've had good success changing the text knob to a multi-line text box. If you'd like to do that, open up the gizmo and replace this line:
addUserKnob {1 text l Text}
with this line:
addUserKnob {43 text l Text}
RSS feed for comments to this post