FusionVector is a node based vector 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
vectoradd.fuse
: Fuse to add two vectors.vectordividenumber.fuse
: Fuse to divide a vector by a number.vectorfromarray.fuse
: Fuse to create a vector from an array stored as JSON string.vectorlength.fuse
: Fuse to calculate the length of a vector.vectormultiplynumber.fuse
: Fuse to multiply a vector by a number.vectorsubtract.fuse
: Fuse to subtract two vectors.