Code_for_developing_Lightworks_effects

Here we collect code to create Lightworks.fx effects.

View project on GitHub

Lines

Vertical lines over the entire frame.

  • multilines_total_V
    Generating a selectable number of vertical lines of equal distance across the entire frame.
    The macro itself performs something similar to pixel interpolation on the edges of the lines.

  • multilines_total_V02
    Generating a selectable number of vertical or diagonal lines of equal distance across the entire frame.
    Edge softness of the lines and much more are adjustable.


Horizontal lines over the entire frame.

  • multilines_total_H
    Generating a selectable number of horizontal lines of equal distance across the entire frame.
    The macro itself performs something similar to pixel interpolation on the edges of the lines.

  • multilines_total_H02
    Generating a selectable number of horizontal or diagonal lines of equal distance across the entire frame.
    Edge softness of the lines and much more are adjustable.

Click here for line code optimized for pattern generation.