Skip to main content

Motion Canvas v3.2.0

ยท 2 min read
Jacob
Motion Canvas Creator

New features ๐ŸŽ‰โ€‹

  • oacs's avatar

    New status bar lists the shortcuts available in the currently hovered panel.

    #444
  • aarthificial's avatar

    The current version is now displayed on the status bar. Clicking it will copy the versions of all packages currently in use.

    #501
  • aarthificial's avatar

    Cache is now stored using world space coordinates. Scaling up

    cache

    d nodes no longer results in quality loss.

    #498
  • magx2's avatar

    All methods of

    Vector2

    now accept

    PossibleVector2

    as arguments, making it possible to write code like this:

    #478
    vector.add([100, 200]).mul(2);
  • andrie's avatar

    New

    Polygon

    node lets you quickly create regular polygons:

    <Polygon
    sides={6}
    size={300}
    fill={'lightseagreen'}
    />

    The code above will generate a hexagon.

    #463

Fixed bugs ๐Ÿ›โ€‹

  • aarthificial's avatar

    Fix line arc length.

    #503
  • AshishBarvaliya's avatar

    Fix invalid source code link.

    #502