Max Script: TP4 Script Generator:
Takes the redundancy out of setting up a TP4 Scrip Op. Current version is only limited up to four inputs and four outputs. A unique Class ID is created when saving Script.
To Start: Enter the internal script name, the UI becomes available when certain fields are filled.
DOWNLOAD HERE:
TP4 script generator v 0.3
TP4 Script Op: Local Offset
Takes the particle transform Matrix and allows you to create a local rotation and position offset.
Input: PID | Output: Position, Alignment
DOWNLOAD HERE:
TP4 Local OffSet Script Op
TP4 BlackBoxes: Cubic Bezier Curve:
Interpolates between four positions over a normalized age. Based on Equation:
B = (1 - t)3 * P0 + 3(1 - t)2t * P1 + 3(1 - t)t2 * P2 + t3 * P3
DOWNLOAD HERE:
TP4 Cubic Bezier Curve