Sunday, February 12, 2017

How to Install OpenToonz 1.1.2 on Ubuntu 16.04, 16.10

Opentoonz is software for producing a 2D animation.
      It is based on the software "Toonz", which was developed by Digital Video S.p.A. in Italy, customized by Studio Ghibli, and has been used for creating its works for many years. Dwango launches this OpenToonz project, in cooperation with Digital Video and Studio Ghibli.


Opentoonz 1.1.2 Changelog:

FEATURE
  • "Organize palette" and "Update colors by using picked position" features for the workflow using raster level as a color model.
  • Linked styles enabled.
  • Introduced option for disabling onionskin during playback.
  • Enabled switching the current style using numpad keys.
  • Reverted auto center options to Cleanup Settings panel.
  • Enabled to set additional project root locations.
  • Added a save all button to the close dialog.
  • Added button for video capture filter control to Camera Capture (only for Windows)
  • Add a load image for onion skin button to Camera Capture.
  • Improved Convert command from non AA raster images to painted TLV.
  • Introduced shortcuts selection choice and new shortcuts presets.
  • Introduced Locator sub-window for showing close-up image at mouse position.
  • Introduced Startup popup on launch of the software.
  • Enabled sound playback in the viewer.
  • Introduced “Fast Render to MP4” command.
  • Introduced easy input feature for the Style Name Editor.
  • Introduced Audio Recording Popup.
  • Added 'spritesheet' for the output format options.
BUGFIX
  • Fixed assert failing on project popup.
  • Fixed Viewer to update markers.
  • Fixed bugs in the Camera Capture popup.
  • Fixed mesh preview blackout on opening Create Mesh popup.
  • Fixed save all issue setting wrong path on cancel save scene.
  • Fixed for gif reader not getting all frames.
  • Fixed clone levels not saving correctly.
  • Fixed ffmpeg related bugs.
  • Fixed Load Scene popup to initialize correctly.
  • Fixed Save Default Settings command to save format properties to project settings.
  • Fixed Studio Palette not to delete palette file unexpectedly.
  • Fixed dangling stack pointer use when inserting a keyframe.
  • Fixed crash on editing curve with control point tool.
  • Fixed crash related to the Function Viewer.
  • Typo fixes.

Installation instructions:

   The GetDeb repository contains the latest packages of OpenToonz, available for Ubuntu 16.04, Ubuntu 16.10, and derivatives.

Opening terminal (Ctrl+Alt+T) and running the command:

Ubuntu 16.04 xenial


$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install opentoonz

Ubuntu 16.10 yakkety

$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu yakkety-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install
opentoonz

 Uninstall:

    To remove OpenToonz, simply run apt remove command with sudo:

$ sudo apt-get remove opentoonz

$ sudo apt-get autoremove
And you can remove the getdeb repository via Software & Updates utility under Other Software tab.








No comments:

Post a Comment