Synfig 0.63.03 Release Notes ============================ Bug Fixes: * Fix bug: https://pivotaltracker.com/story/show/18136743. BLine linked objects get wrong initial position * Fix bug #1863133: Metadata doesn't work. * Fixed script to generate synfig API. * For Importer layer, even if file is physically impossible to open, set the parameter with the passed file name. This would allow to load and save Synfig's documents with paths for imported files badly adjusted but that user doesn't want to modify. * Fix for compatibility with libpng 1.5. Patch #3427945 by SpeckFleck. * Fix bug in Time Loop Layer. Patch ID: #3414729 by Ray Frederikson * Avoid crash when there is only one blinepoint and the bline is not looped on Advanced Outlines. * Fix some old render artifacts and new ones due to render optimization on Advanced Outlines. * Avoid crash when DIList is empty on Advanced Outlines. * Don't stretch button in file selection widget. Use shorter text. Patch by Konstantin Dmitriev Features: * Full support to create Advanced Outlines with the Draw Tool. Stylus pressure used. * When modify a value that has a waypoint at the current time, don't modify its interpolations, only the value. * Add feature to delete multiple vertices at the same time on blines and other list types. * Insert Item smart is allowed now over empty lists. * Enum Widget allows icons now. Add icons to Default Interpolation widget. * Added two new parameters to the WidthPoint class. Lower Boundary and Upper Boundary They define the lower and upper boundaries value of the widhtpoint position When placed at start and end of the BLine. By default lower = 0.0 and upper = 1.0 Lower boundary must be always smaller than Upper boundary. As parameters they cannot be exported, converted or animated. * Render improvements for Advanced Outlines: With 'Fast' parameter disabled: 55% of reduction render time With 'Fast' parameter enabled: 10% of reduction render time Artwork: * Update on the splash screen. Patch from Yu Chen. Translation: * New languages support: Greek * Updates for rest of languages. Miscellaneous: * Use Widget::Distance for feather spin button on Draw Tool options. * Enable tool tips for Tool Options dialogue buttons. * Make Draw Tool options greyed when not usable. * Widthpoint position duck shows a text with its value when mouse hovers. * Use Gtk::Tooltip instead of deprecated Gtk::Tooltips. This fully fix tooltips for Layer parameter panel. * Widhtpoint position duck now allows 'Edit Waypoint' contextual menu.