|
3 | 3 | Synfig Studio 1.4.3 introduces major performance optimizations for Windows users and important bugfixes for all platforms. Please read the details below. |
4 | 4 |
|
5 | 5 | ### Optimizations for Windows version |
| 6 | + |
| 7 | +```{image} 1.4.3_dat/windows-boost.jpg |
| 8 | +:alt: image |
| 9 | +:width: 300px |
| 10 | +``` |
6 | 11 | - We have removed many bottlenecks in Synfig's code, related with redundant calls of "getenv" function. This resulted in great performance improvement of Windows version ([#2826](https://github.com/synfig/synfig/issues/2826)). This fix also gives slight speed boost for MacOS, while Linux users will not see any significant difference. |
7 | 12 | - Windows version now shipped with embedded Python version 3.8.10, which results in smaller size of distributive and faster installation ([#67](https://github.com/morevnaproject/morevna-builds/pull/67)). |
8 | 13 |
|
9 | 14 | ### Critical fixes |
| 15 | + |
| 16 | +```{image} 1.4.3_dat/link-to-spline-demo.gif |
| 17 | +:alt: Link to spline demo |
| 18 | +:width: 400px |
| 19 | +``` |
| 20 | + |
10 | 21 | - Connecting bone parameter to exported value does not results in corrupted file anymore ([#2433](https://github.com/synfig/synfig/issues/2433)). |
11 | 22 | - Fixed issue with autosave not working when interval is set to 15 seconds ([#2647](https://github.com/synfig/synfig/issues/2647)). |
12 | 23 | - Fixed "Link To Spline" action not shown in menu when trying to connect vertex to spline ([#2344](https://github.com/synfig/synfig/issues/2344)). |
13 | 24 | - Fixed Appimage compatibility with recent Linux distributions ([#33](https://github.com/morevnaproject/morevna-builds/pull/33)). |
14 | 25 | - Fixed issue with Text Tool not working on MacOS because of missing "fonts.conf" file ([#2380](https://github.com/synfig/synfig/issues/2380)). |
15 | 26 |
|
16 | 27 | ### Improvements |
17 | | -- Ask if user wants to link transformation instead of origin ([#2468](https://github.com/synfig/synfig/issues/2468)). |
| 28 | + |
| 29 | +```{image} 1.4.3_dat/wrong-bone-link.png |
| 30 | +:alt: Wrong bone link warning |
| 31 | +:width: 400px |
| 32 | +``` |
| 33 | + |
| 34 | +- Avoid mistakes when linking group to bone: the dialog asks if user wants to link transformation instead of origin ([#2468](https://github.com/synfig/synfig/issues/2468)). |
18 | 35 | - The "Link width and height" option is enabled by default in Render Settings ([#2351](https://github.com/synfig/synfig/issues/2351)). |
19 | 36 |
|
20 | 37 | ### Export |
| 38 | + |
| 39 | +```{image} 1.4.3_dat/render-settings.png |
| 40 | +:alt: Render dialog |
| 41 | +:width: 400px |
| 42 | +``` |
| 43 | + |
21 | 44 | - Fixed issue with wrong image aspect when rendering to non-standard dimensions ([#2463](https://github.com/synfig/synfig/issues/2463)). |
22 | 45 | - Fixed exporting issue which was resulting in exported video trimmed to audio length ([#2477](https://github.com/synfig/synfig/issues/2477)). |
23 | 46 | - Fixed "magick++" render module not available in in Linux AppImage ([#2320](https://github.com/synfig/synfig/issues/2320)). |
|
0 commit comments