Skip to main content

Motion Canvas v3.2.0

ยท One min read
Jacob

New features ๐ŸŽ‰โ€‹

  • oacs's avatarNew status bar lists the shortcuts available in the currently hovered panel.#444
  • aarthificial's avatarThe current version is now displayed on the status bar. Clicking it will copy the versions of all packages currently in use.#501
  • aarthificial's avatarCache is now stored using world space coordinates. Scaling up cached nodes no longer results in quality loss.#498
  • magx2's avatarAll methods of Vector2 now acceptPossibleVector2 as arguments, making it possible to write code like this: #478
    vector.add([100, 200]).mul(2);
  • andrie's avatarNew 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 avatarFix line arc length.#503
  • AshishBarvaliya's avatarFix invalid source code link.#502