Storyboarder Versions Save

✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.

v1.13.0

4 years ago

Added

  • IK Posing in Shot Generator
  • VR: Camera adding from controller
  • VR: Help screen
  • Object library in Shot Generator

Fixes

  • Light rotation in VR
  • Various bug fixes

v1.12.0

4 years ago

Added

  • When you import, it sorts the files properly. This fix was done specifically for Dan Milligan, the best storyboard artist in the world!
  • VR: Border around camera
  • VR: Undo / Redo with A/B Button! VERY HANDY

Fixed

  • Bug when duplicating an object twice
  • VR: morph targets load
  • VR: properties for the box: 0-5

v1.11.3

4 years ago

Windows users may need to update manually for this release due to a change in auto-update. The latest Windows build will be available at: https://wonderunit.com/storyboarder

Many VR Improvements

  • Use the grip to constrain rotation of objects while dragging
  • New Camera model
  • Mini Mode (use both grips to switch into the mode)

Fixed bugs in Shot Generator

  • Models included in zip package now

v1.10.1

4 years ago

Shot Generator and VR

Hi! Remember Storyboarder?? Well, it’s back and it brought some friends!

This release of Storyboarder fixes a long-standing issue with PSD-linked boards. It also introduces a completely new version of Shot Generator, with direct interactive editing of 3D boards. AND, as a bonus, we've added a beta version of Shot Generator VR so you can step inside your 3D scene and see it from the camera's point of view!

Added

  • Shot Generator 2.0 (beta)
  • Shot Generator VR (beta)

Changed

  • Linked PSD files are now read as a single composite image, and imported to the reference layer. Previously, they had been read from named layers in Photoshop, and imported to board layers.
  • Linked PSD file for the current board is checked for changes when Storyboarder gains focus. Previously, there had been a file watcher running in the background.

Known Issues

  • Remote control via phone is not available on newer mobile browsers due to recent security changes. We're working on an alternative.

v1.10.0

4 years ago

Shot Generator and VR

Hi! Remember Storyboarder?? Well, it’s back and it brought some friends!

This release of Storyboarder fixes a long-standing issue with PSD-linked boards. It also introduces a completely new version of Shot Generator, with direct interactive editing of 3D boards. AND, as a bonus, we've added a beta version of Shot Generator VR so you can step inside your 3D scene and see it from the camera's point of view!

Added

  • Shot Generator 2.0 (beta)
  • Shot Generator VR (beta)

Changed

  • Linked PSD files are now read as a single composite image, and imported to the reference layer. Previously, they had been read from named layers in Photoshop, and imported to board layers.
  • Linked PSD file for the current board is checked for changes when Storyboarder gains focus. Previously, there had been a file watcher running in the background.

Known Issues

  • Remote control via phone is not available on newer mobile browsers due to recent security changes. We're working on an alternative.

v1.9.4

5 years ago

v1.9.2

5 years ago
  • Patch fix for lasso tool being activated when typing in text [7335ff5]
  • Fix bug where pen drawing was interrupted [#1405]
  • Improve error message to user if auto update fails [decaa11]
  • Fix image import bug [#1312] Thanks @jkmdev!
  • Fix bug where locked boards (PSD-based) prevented keyboard commands [#1429]
  • Upgrade Electron to v4.0.0-beta

v1.9.1

5 years ago

Patch fix for windows pen input

Added: Lasso Tool

You can select and move art now with the new Lasso Tool!

Select the Lasso Tool from the toolbar, or press the l key.

Press and drag your mouse or pen over the artwork to wrangle up a lasso’d selection.

You can add to the selection with Shift + draw, or subtract from the selection with Alt/Option + draw.

Once you have a selection you like, you can press f to fill (on the fill layer) with your current brush color and opacity. Or press Delete/Backspace to erase its contents (from all layers).

The art in a selection can also be moved around. Press and hold inside the selected area to begin moving. You can fill, or erase from, the entire selection after moving artwork as well.

Press Enter to commit the changes, or press Escape to cancel.

Fixed

  • User is now safely alerted when graphics context is lost (this sometimes happens due to heavy usage of the graphics card by other programs at the same time as Storyboarder) https://github.com/wonderunit/storyboarder/issues/1358
  • Fixed a bug that prevented notification of preference changes. 8d5c48a

v1.9.0

5 years ago

Added: Lasso Tool

You can select and move art now with the new Lasso Tool!

Select the Lasso Tool from the toolbar, or press the l key.

Press and drag your mouse or pen over the artwork to wrangle up a lasso’d selection.

You can add to the selection with Shift + draw, or subtract from the selection with Alt/Option + draw.

Once you have a selection you like, you can press f to fill (on the fill layer) with your current brush color and opacity. Or press Delete/Backspace to erase its contents (from all layers).

The art in a selection can also be moved around. Press and hold inside the selected area to begin moving. You can fill, or erase from, the entire selection after moving artwork as well.

Press Enter to commit the changes, or press Escape to cancel.

Fixed

  • User is now safely alerted when graphics context is lost (this sometimes happens due to heavy usage of the graphics card by other programs at the same time as Storyboarder) https://github.com/wonderunit/storyboarder/issues/1358
  • Fixed a bug that prevented notification of preference changes. 8d5c48a

Upgraded

  • Upgraded to Electron 3.0.2

v1.8.0

5 years ago

Now You Can Draw Straight Lines!

To draw a straight line, begin drawing, then pause without moving your mouse/pen for about half a second. Your line will straighten. You can then continue moving your mouse/pen to set its end point. While drawing, to immediately switch to straight line mode, hold SHIFT. Additionally, hold ALT/OPTION while in straight line mode to snap line angle. Once straight line mode is enabled, it can’t be turned off until the line is completed (e.g. mouse/pen up). The idle duration is 650 msecs by default, but can be set in Preferences.

Misc Fixes