FusionText is a node based string library for Blackmagic Design Fusion.
- Kristof Indeherberge
- Cédric Duriau
- Clone or download the repository.
- Set the absolute path of the ./fusion directory into the Fusion UserPaths: path mapping.
Fuses
textcreate.fuse: Fuse to create a Fusion Text object.textjoin.fuse: Fuse to join strings together into one.textformat.fuse: Fuse to format strings in a template string.textlength.fuse: Fuse to return the length of a string.textlstrip.fuse: Fuse to remove a leading substring of a string.textreplace.fuse: Fuse to replace a substring of a string.textrstrip.fuse: Fuse to remove a trailing substring of a string.textsub.fuse: Fuse to return a substring of a string.texttimestretch.fuse: Fuse to execute time based operations on text.
Modules/Lua
textutils.lua: Core module for string operations.